summaryrefslogtreecommitdiffstats
path: root/adb/Android.mk
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2014-05-07 15:36:05 -0700
committerYing Wang <wangying@google.com>2014-05-07 15:36:05 -0700
commit9f437d71812dd9907571d0cabd061153190ebbb9 (patch)
tree2cd53e02941fb34c4a665643893dc53cc05956f7 /adb/Android.mk
parent7112e4c7cb9168ddaee418c4ed4b0c54b475f99e (diff)
downloadsystem_core-9f437d71812dd9907571d0cabd061153190ebbb9.tar.gz
system_core-9f437d71812dd9907571d0cabd061153190ebbb9.tar.bz2
system_core-9f437d71812dd9907571d0cabd061153190ebbb9.zip
Remove unused LOCAL_LDLIBS.
Change-Id: I42aeb7668183e7a06207ee063f6eee4d37d66c6e
Diffstat (limited to 'adb/Android.mk')
-rw-r--r--adb/Android.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/adb/Android.mk b/adb/Android.mk
index 62f012cb1..51e1664e9 100644
--- a/adb/Android.mk
+++ b/adb/Android.mk
@@ -138,8 +138,6 @@ include $(BUILD_EXECUTABLE)
ifneq ($(SDK_ONLY),true)
include $(CLEAR_VARS)
-LOCAL_LDLIBS := -lrt -ldl -lpthread
-
LOCAL_SRC_FILES := \
adb.c \
console.c \