android_system_core/adb/client
Elliott Hughes 4acb36020b Fix macOS build.
system/core/adb/client/usb_libusb.cpp:162:20: error: unused function 'get_device_serial_path' [-Werror,-Wunused-function]
  static std::string get_device_serial_path(libusb_device* device) {
                     ^

Bug: N/A
Test: no choice but to submit and see...
Change-Id: I0026d3273891588c27df5ccd71c41ad9907b038d
2017-05-05 16:26:30 -07:00
..
main.cpp adb: wait for devices to come up instead of sleeping for 3s. 2017-05-04 16:03:12 -07:00
usb_dispatch.cpp adb: use the actual wMaxPacketSize for usb endpoints. 2017-05-03 12:32:39 -07:00
usb_libusb.cpp Fix macOS build. 2017-05-05 16:26:30 -07:00
usb_linux.cpp adb: use the actual wMaxPacketSize for usb endpoints. 2017-05-03 12:32:39 -07:00
usb_osx.cpp adb: make darwin build with thread safety analysis. 2017-05-04 16:03:12 -07:00
usb_windows.cpp adb: use the actual wMaxPacketSize for usb endpoints. 2017-05-03 12:32:39 -07:00