Merge "Link libraries needed for Darwin adb tests."

This commit is contained in:
Dan Albert 2015-04-17 04:37:40 +00:00 committed by Gerrit Code Review
commit c4f8fa7b36

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