am c4f8fa7b
: Merge "Link libraries needed for Darwin adb tests."
* commit 'c4f8fa7b36a8ba397f1c0ad3c7fb5a5c09520272': Link libraries needed for Darwin adb tests.
This commit is contained in:
commit
2c93697cfc
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue