Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ebf770fd authored by Spencer Low's avatar Spencer Low
Browse files

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: default avatarSpencer Low <CompareAndSwap@gmail.com>
parent 933f4fd4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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)