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

Commit 456e1ad4 authored by Josh Gao's avatar Josh Gao
Browse files

adb: move usb_* to client/usb_*.

Bug: http://b/31321337
Test: mma
Change-Id: I21eefab953737e87d211959616ac4f48926dd92c
parent 44c688ca
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 \
+0 −0

File moved.

+0 −0

File moved.

+0 −0

File moved.