OSDN Git Service

Remove makefile cruft.
authorElliott Hughes <enh@google.com>
Fri, 9 Jan 2015 23:29:59 +0000 (15:29 -0800)
committerElliott Hughes <enh@google.com>
Fri, 9 Jan 2015 23:29:59 +0000 (15:29 -0800)
Change-Id: Iec07669cc80de041379716c8daa33acc58f7283e

libril/Android.mk

index 30731e9..e8b815e 100644 (file)
@@ -24,24 +24,3 @@ endif
 LOCAL_MODULE:= libril
 
 include $(BUILD_SHARED_LIBRARY)
-
-
-# For RdoServD which needs a static library
-# =========================================
-ifneq ($(ANDROID_BIONIC_TRANSITION),)
-include $(CLEAR_VARS)
-
-LOCAL_SRC_FILES:= \
-    ril.cpp
-
-LOCAL_STATIC_LIBRARIES := \
-    libutils_static \
-    libcutils \
-    librilutils_static
-
-LOCAL_CFLAGS :=
-
-LOCAL_MODULE:= libril_static
-
-include $(BUILD_STATIC_LIBRARY)
-endif # ANDROID_BIONIC_TRANSITION