summaryrefslogtreecommitdiffstats
path: root/adb/Android.mk
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2015-04-16 19:13:58 -0700
committerDan Albert <danalbert@google.com>2015-04-16 19:13:58 -0700
commitf8d6b9b1ef9c19769dd4a450390f9bdec17f11b3 (patch)
tree4ccd476703e0880acdccfff048bb8708e7772d88 /adb/Android.mk
parent2cba9405f94f94a8fc50b351393b6e1d71d97712 (diff)
downloadsystem_core-f8d6b9b1ef9c19769dd4a450390f9bdec17f11b3.tar.gz
system_core-f8d6b9b1ef9c19769dd4a450390f9bdec17f11b3.tar.bz2
system_core-f8d6b9b1ef9c19769dd4a450390f9bdec17f11b3.zip
Link libraries needed for Darwin adb tests.
Change-Id: I1c3c3a7bbd3824f5f3a37ee80c24d1c2a9b98748
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 01ccbd90d..c27b4afa4 100644
--- a/adb/Android.mk
+++ b/adb/Android.mk
@@ -108,6 +108,10 @@ ifeq ($(HOST_OS),linux)
LOCAL_LDLIBS += -lrt -ldl -lpthread
endif
+ifeq ($(HOST_OS),darwin)
+ LOCAL_LDLIBS += -framework CoreFoundation -framework IOKit
+endif
+
include $(BUILD_HOST_NATIVE_TEST)
# adb host tool