summaryrefslogtreecommitdiffstats
path: root/libs
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2014-05-07 15:26:38 -0700
committerYing Wang <wangying@google.com>2014-05-07 15:26:38 -0700
commit4a793fe95213675da514bc7f92655c3fa0e07ff3 (patch)
treef317098bde8b4c9ac66f77499f8b74964373404e /libs
parentef923fcfd3db9ca1d7df48273cf9a6258aaf15c2 (diff)
downloadframeworks_native-4a793fe95213675da514bc7f92655c3fa0e07ff3.zip
frameworks_native-4a793fe95213675da514bc7f92655c3fa0e07ff3.tar.gz
frameworks_native-4a793fe95213675da514bc7f92655c3fa0e07ff3.tar.bz2
Remove unused LOCAL_LDLIBS.
Change-Id: I62904c410a66f256da8253764577acae18f964f8
Diffstat (limited to 'libs')
-rw-r--r--libs/binder/Android.mk2
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)