summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--adb/Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/adb/Android.mk b/adb/Android.mk
index 01ccbd9..c27b4af 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