diff options
| author | Ying Wang <wangying@google.com> | 2014-05-07 23:01:12 +0000 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2014-05-07 23:01:12 +0000 |
| commit | b18da571f90eebedd99fe5607a6b0d7ae4e91893 (patch) | |
| tree | c8b704b089fed4f481b1755d42c434c51044499d /adb | |
| parent | 43224ce37fcd09bb7a38e01212175eea61d2444b (diff) | |
| parent | 1e6cd741fd130e5916337eb75c9ceef2152035d2 (diff) | |
| download | core-b18da571f90eebedd99fe5607a6b0d7ae4e91893.tar.gz core-b18da571f90eebedd99fe5607a6b0d7ae4e91893.tar.bz2 core-b18da571f90eebedd99fe5607a6b0d7ae4e91893.zip | |
am 1e6cd741: am 803fb62b: Merge "Remove unused LOCAL_LDLIBS."
* commit '1e6cd741fd130e5916337eb75c9ceef2152035d2':
Remove unused LOCAL_LDLIBS.
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 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 \ |
