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

Commit acf9371f authored by Chris Manton's avatar Chris Manton
Browse files

audio_hal_fuzzer: Suppress trivial destructible warnings

Bug: 264549607
Test: cert/run
Tag: #gd-refactor

Change-Id: I67cfc0ccb226eaa11102770ff3d912bf7ad792c5
parent 2c49f29d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -102,6 +102,8 @@ cc_defaults {
    ],
    cflags: [
        "-DHAS_NO_BDROID_BUILDCFG",
        // http://b/264549607
        "-Wno-deprecated-builtins",
    ],
    fuzz_config: {
        cc: ["android-bluetooth-security@google.com"],