adb: regression from Move list.c to inlines
(cherry picked from commit 5f64d528be
)
Change-Id: I057dbe3db80b1460f774e9f9ade11e0929529ec6
This commit is contained in:
parent
cf4aa030ce
commit
c788278abc
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ endif
|
|||
|
||||
ifeq ($(HOST_OS),windows)
|
||||
USB_SRCS := usb_windows.c
|
||||
EXTRA_SRCS := get_my_path_windows.c ../libcutils/list.c
|
||||
EXTRA_SRCS := get_my_path_windows.c
|
||||
EXTRA_STATIC_LIBS := AdbWinApi
|
||||
ifneq ($(strip $(USE_CYGWIN)),)
|
||||
# Pure cygwin case
|
||||
|
|
Loading…
Reference in a new issue