summaryrefslogtreecommitdiffstats
path: root/libs
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2014-05-07 22:54:27 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-05-07 22:54:27 +0000
commit214b4a61ac3fa63e35c79157d3acf0d8b692b3ac (patch)
tree60ead93b37ba9d8e790ea570335a4cd2ea01197e /libs
parent424b093a58c9f428081da991afa347183bf07847 (diff)
parent8155ce81d4b150e6e453d9443f9fea4cc2c546d2 (diff)
downloadframeworks_native-214b4a61ac3fa63e35c79157d3acf0d8b692b3ac.zip
frameworks_native-214b4a61ac3fa63e35c79157d3acf0d8b692b3ac.tar.gz
frameworks_native-214b4a61ac3fa63e35c79157d3acf0d8b692b3ac.tar.bz2
am 8155ce81: Merge "Remove unused LOCAL_LDLIBS."
* commit '8155ce81d4b150e6e453d9443f9fea4cc2c546d2': Remove unused LOCAL_LDLIBS.
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)