adb: move usb_* to client/usb_*.
am: 456e1ad420
Change-Id: I4429618a7661c2ef7cb6cb8717995d85c5030905
This commit is contained in:
commit
9d9113352b
4 changed files with 3 additions and 3 deletions
|
|
@ -81,17 +81,17 @@ LIBADB_windows_CFLAGS := \
|
|||
|
||||
LIBADB_darwin_SRC_FILES := \
|
||||
sysdeps_unix.cpp \
|
||||
usb_osx.cpp \
|
||||
client/usb_osx.cpp \
|
||||
|
||||
LIBADB_linux_SRC_FILES := \
|
||||
sysdeps_unix.cpp \
|
||||
usb_linux.cpp \
|
||||
client/usb_linux.cpp \
|
||||
|
||||
LIBADB_windows_SRC_FILES := \
|
||||
sysdeps_win32.cpp \
|
||||
sysdeps/win32/errno.cpp \
|
||||
sysdeps/win32/stat.cpp \
|
||||
usb_windows.cpp \
|
||||
client/usb_windows.cpp \
|
||||
|
||||
LIBADB_TEST_windows_SRCS := \
|
||||
sysdeps/win32/errno_test.cpp \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue