Merge "Link libraries needed for Darwin adb tests."
This commit is contained in:
commit
c4f8fa7b36
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…
Add table
Reference in a new issue