summaryrefslogtreecommitdiffstats
path: root/libs/binder
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2014-05-07 23:01:19 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-05-07 23:01:19 +0000
commit114d71ce7c6ec1ce0327c812a42966c4258b4a46 (patch)
treeedf73973c50f6a4ecb47e562a5c3e749e3632062 /libs/binder
parent9fdfa60aaf477cc944013b637a2a35d357d4340f (diff)
parent214b4a61ac3fa63e35c79157d3acf0d8b692b3ac (diff)
downloadframeworks_native-114d71ce7c6ec1ce0327c812a42966c4258b4a46.zip
frameworks_native-114d71ce7c6ec1ce0327c812a42966c4258b4a46.tar.gz
frameworks_native-114d71ce7c6ec1ce0327c812a42966c4258b4a46.tar.bz2
am 214b4a61: am 8155ce81: Merge "Remove unused LOCAL_LDLIBS."
* commit '214b4a61ac3fa63e35c79157d3acf0d8b692b3ac': Remove unused LOCAL_LDLIBS.
Diffstat (limited to 'libs/binder')
-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)