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

Commit 76de9a47 authored by Josh Gao's avatar Josh Gao Committed by android-build-merger
Browse files

Merge "adb: silence warning from libusb." am: ee5083b3

am: 4a749cc3

Change-Id: Ic2ab02abe3b2d1f001ee52c9ced9c0cb4db1e129
parents b83f920a 4a749cc3
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -59,6 +59,9 @@ cc_defaults {
                // 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",
            ],