am c4f8fa7b: Merge "Link libraries needed for Darwin adb tests."

* commit 'c4f8fa7b36a8ba397f1c0ad3c7fb5a5c09520272':
  Link libraries needed for Darwin adb tests.
This commit is contained in:
Dan Albert 2015-04-17 04:46:48 +00:00 committed by Android Git Automerger
commit 2c93697cfc

View file

@ -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