diff options
author | Ying Wang <wangying@google.com> | 2014-05-07 15:36:05 -0700 |
---|---|---|
committer | Ying Wang <wangying@google.com> | 2014-05-07 15:36:05 -0700 |
commit | 9f437d71812dd9907571d0cabd061153190ebbb9 (patch) | |
tree | 2cd53e02941fb34c4a665643893dc53cc05956f7 /adb | |
parent | 7112e4c7cb9168ddaee418c4ed4b0c54b475f99e (diff) | |
download | system_core-9f437d71812dd9907571d0cabd061153190ebbb9.zip system_core-9f437d71812dd9907571d0cabd061153190ebbb9.tar.gz system_core-9f437d71812dd9907571d0cabd061153190ebbb9.tar.bz2 |
Remove unused LOCAL_LDLIBS.
Change-Id: I42aeb7668183e7a06207ee063f6eee4d37d66c6e
Diffstat (limited to 'adb')
-rw-r--r-- | adb/Android.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/adb/Android.mk b/adb/Android.mk index 62f012c..51e1664 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 \ |