commit | ffd8bc3116b0e40442971511d7c611981299d0e0 | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Wed Apr 24 16:06:21 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Wed Apr 24 16:06:21 2019 -0700 |
tree | efdfa32e1c2b3cdb76e22d89dc613cb14a4288bd | |
parent | 66820f53dfb4ca308dfb559013d10aa1bfea09f9 [diff] | |
parent | 649148cc5bf26f28cfe22951370516bfbc83f63e [diff] |
Merge "adb: silence warning from libusb." am: ee5083b3c7 am: 4a749cc3f1 Change-Id: Ic2ab02abe3b2d1f001ee52c9ced9c0cb4db1e129
diff --git a/adb/Android.bp b/adb/Android.bp index 01e00dd..eec1335 100644 --- a/adb/Android.bp +++ b/adb/Android.bp
@@ -59,6 +59,9 @@ // MinGW hides some things behind _POSIX_SOURCE. "-D_POSIX_SOURCE", + // libusb uses __stdcall on a variadic function, which gets ignored. + "-Wno-ignored-attributes", + // Not supported yet. "-Wno-thread-safety", ],