diff options
author | Elliott Hughes <enh@google.com> | 2015-04-21 16:52:21 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2015-04-21 16:52:21 +0000 |
commit | e434ad1dd799551830019a7bd2871dec226bdcd2 (patch) | |
tree | 6a26ba2e41a43007095cddfb827500ca712d8527 /adb/Android.mk | |
parent | 14b65736c5ed487ebba93d3ccc3e261ece71f833 (diff) | |
parent | 7b506090e1ac51f4990f17621c6e33847b0632a2 (diff) | |
download | system_core-e434ad1dd799551830019a7bd2871dec226bdcd2.zip system_core-e434ad1dd799551830019a7bd2871dec226bdcd2.tar.gz system_core-e434ad1dd799551830019a7bd2871dec226bdcd2.tar.bz2 |
Merge "Always explain why bind(2) failed."
Diffstat (limited to 'adb/Android.mk')
-rw-r--r-- | adb/Android.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/adb/Android.mk b/adb/Android.mk index d120f0a..6951904 100644 --- a/adb/Android.mk +++ b/adb/Android.mk @@ -69,6 +69,8 @@ LOCAL_SRC_FILES := \ qemu_tracing.cpp \ usb_linux_client.cpp \ +LOCAL_SHARED_LIBRARIES := libbase + include $(BUILD_STATIC_LIBRARY) include $(CLEAR_VARS) @@ -80,6 +82,8 @@ LOCAL_SRC_FILES := \ $(LIBADB_$(HOST_OS)_SRC_FILES) \ adb_auth_host.cpp \ +LOCAL_SHARED_LIBRARIES := libbase + # Even though we're building a static library (and thus there's no link step for # this to take effect), this adds the SSL includes to our path. LOCAL_STATIC_LIBRARIES := libcrypto_static |