diff options
| author | 2014-05-08 18:23:58 +0000 | |
|---|---|---|
| committer | 2014-05-08 18:23:58 +0000 | |
| commit | f736f2f5daa40061409376435fb6a6e66e48b7ae (patch) | |
| tree | c94304867619e679ed2adca7bf5d3df5695e010a /libs | |
| parent | c6e0c64632bdf9183b90307f1a39bd6d83e6a978 (diff) | |
| parent | 114d71ce7c6ec1ce0327c812a42966c4258b4a46 (diff) | |
am 114d71ce: am 214b4a61: am 8155ce81: Merge "Remove unused LOCAL_LDLIBS."
* commit '114d71ce7c6ec1ce0327c812a42966c4258b4a46':
Remove unused LOCAL_LDLIBS.
Diffstat (limited to 'libs')
| -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 d8ae0aa3fe..c8a1e357b2 100644 --- a/libs/binder/Android.mk +++ b/libs/binder/Android.mk @@ -39,7 +39,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) @@ -51,7 +50,6 @@ endif include $(BUILD_SHARED_LIBRARY) include $(CLEAR_VARS) -LOCAL_LDLIBS += -lpthread LOCAL_MODULE := libbinder LOCAL_STATIC_LIBRARIES += libutils LOCAL_SRC_FILES := $(sources) |