Merge "adb: fix mac build breakage."

am: 52c6f1b6de

Change-Id: I0a38a2bde7fc80d193e3e92e74264d2160f84084
This commit is contained in:
Josh Gao 2019-04-02 20:46:32 -07:00 committed by android-build-merger
commit 94a23604c7
1 changed files with 1 additions and 3 deletions

View File

@ -557,9 +557,7 @@ int usb_close(usb_handle *handle)
}
void usb_reset(usb_handle* handle) {
if (!handle->dead) {
(*handle->interface)->USBDeviceReEnumerate(handle->interface, 0);
}
// Unimplemented on OS X.
usb_kick(handle);
}