adb: move usb_* to client/usb_*.

am: 456e1ad420

Change-Id: I4429618a7661c2ef7cb6cb8717995d85c5030905
This commit is contained in:
Josh Gao 2017-01-25 21:55:29 +00:00 committed by android-build-merger
commit 9d9113352b
4 changed files with 3 additions and 3 deletions

View file

@ -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 \