summaryrefslogtreecommitdiffstats
path: root/adb/Android.mk
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-04-21 16:52:21 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-04-21 16:52:21 +0000
commite434ad1dd799551830019a7bd2871dec226bdcd2 (patch)
tree6a26ba2e41a43007095cddfb827500ca712d8527 /adb/Android.mk
parent14b65736c5ed487ebba93d3ccc3e261ece71f833 (diff)
parent7b506090e1ac51f4990f17621c6e33847b0632a2 (diff)
downloadsystem_core-e434ad1dd799551830019a7bd2871dec226bdcd2.tar.gz
system_core-e434ad1dd799551830019a7bd2871dec226bdcd2.tar.bz2
system_core-e434ad1dd799551830019a7bd2871dec226bdcd2.zip
Merge "Always explain why bind(2) failed."
Diffstat (limited to 'adb/Android.mk')
-rw-r--r--adb/Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/adb/Android.mk b/adb/Android.mk
index d120f0acf..695190481 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