fix adb_test Windows build
adb/Android.mk: adb_test should build on Windows (and Darwin), so add to the whitelist. Change-Id: I778f6a7dff4caec92c48e0957591abf32f86ab1b Signed-off-by: Spencer Low <CompareAndSwap@gmail.com>
This commit is contained in:
parent
933f4fd413
commit
ebf770fd73
1 changed files with 1 additions and 0 deletions
|
|
@ -142,6 +142,7 @@ include $(BUILD_NATIVE_TEST)
|
|||
|
||||
include $(CLEAR_VARS)
|
||||
LOCAL_MODULE := adb_test
|
||||
LOCAL_MODULE_HOST_OS := darwin linux windows
|
||||
LOCAL_CFLAGS := -DADB_HOST=1 $(LIBADB_CFLAGS)
|
||||
LOCAL_CFLAGS_windows := $(LIBADB_windows_CFLAGS)
|
||||
LOCAL_CFLAGS_linux := $(LIBADB_linux_CFLAGS)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue