diff options
Diffstat (limited to 'libs/binder')
-rw-r--r-- | libs/binder/Android.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/binder/Android.mk b/libs/binder/Android.mk index 673fc82..3d873c5 100644 --- a/libs/binder/Android.mk +++ b/libs/binder/Android.mk @@ -38,7 +38,6 @@ sources := \ LOCAL_PATH:= $(call my-dir) include $(CLEAR_VARS) -LOCAL_LDLIBS += -lpthread LOCAL_MODULE := libbinder LOCAL_SHARED_LIBRARIES := liblog libcutils libutils LOCAL_SRC_FILES := $(sources) @@ -50,7 +49,6 @@ endif include $(BUILD_SHARED_LIBRARY) include $(CLEAR_VARS) -LOCAL_LDLIBS += -lpthread LOCAL_MODULE := libbinder LOCAL_STATIC_LIBRARIES += libutils LOCAL_SRC_FILES := $(sources) |