am 825bd39f: am 2c93697c: am c4f8fa7b: Merge "Link libraries needed for Darwin adb tests."

* commit '825bd39fd049c1d8e8a029b68ab8cc635870be77':
  Link libraries needed for Darwin adb tests.
diff --git a/adb/Android.mk b/adb/Android.mk
index b3918cc..96612e6 100644
--- a/adb/Android.mk
+++ b/adb/Android.mk
@@ -108,6 +108,10 @@
   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