commit | 362b4041f3162ef3d219d6bcebdd5170ae28a662 | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Wed May 10 13:51:36 2017 -0700 |
committer | Josh Gao <jmgao@google.com> | Wed May 10 13:58:51 2017 -0700 |
tree | 13ce3fa36e5a28af2b0e815b08306d9ee61c93ad | |
parent | 44f6592b0de532afeb3636afb5177fd39b2442ea [diff] |
adb: fix darwin build break. Fix the following build breakage: system/core/adb/client/usb_osx.cpp:433:13: error: static declaration of 'usb_cleanup' follows non-static declaration static void usb_cleanup() NO_THREAD_SAFETY_ANALYSIS { ^ system/core/adb/usb.h:48:5: note: previous declaration is here ADB_USB_INTERFACE(native::usb_handle*); Bug: http://b/38203892 Test: mma on linux, darwin Change-Id: I1c042e4d64ddcc0713f329202bc2037e590a9b4f