Fix (Windows) build.
Change-Id: Ib9afd101d255d748ba6c15ed8075f3d10338c95c
This commit is contained in:
parent
0ad13cf298
commit
2f577205fc
1 changed files with 5 additions and 1 deletions
|
|
@ -133,6 +133,8 @@ LOCAL_SRC_FILES := \
|
|||
$(LIBADB_TEST_SRCS) \
|
||||
$(LIBADB_TEST_linux_SRCS) \
|
||||
shell_service_protocol.cpp \
|
||||
|
||||
LOCAL_SRC_FILES_linux := \
|
||||
shell_service_protocol_test.cpp \
|
||||
|
||||
LOCAL_SANITIZE := $(adb_target_sanitize)
|
||||
|
|
@ -153,9 +155,11 @@ LOCAL_SRC_FILES := \
|
|||
$(LIBADB_TEST_SRCS) \
|
||||
services.cpp \
|
||||
shell_service_protocol.cpp \
|
||||
|
||||
LOCAL_SRC_FILES_linux := \
|
||||
$(LIBADB_TEST_linux_SRCS) \
|
||||
shell_service_protocol_test.cpp \
|
||||
|
||||
LOCAL_SRC_FILES_linux := $(LIBADB_TEST_linux_SRCS)
|
||||
LOCAL_SRC_FILES_darwin := $(LIBADB_TEST_darwin_SRCS)
|
||||
LOCAL_SRC_FILES_windows := $(LIBADB_TEST_windows_SRCS)
|
||||
LOCAL_SANITIZE := $(adb_host_sanitize)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue