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

Commit 73a835b0 authored by Chris Manton's avatar Chris Manton Committed by Automerger Merge Worker
Browse files

Reduce build warnings for fuzzer am: 8b8b70f5 am: c41e0d45

parents 63c1ed9d c41e0d45
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -25,6 +25,12 @@ package {

cc_defaults {
    name: "btcore_fuzz_defaults",
    cflags: [
        // http://b/264549607
        "-Wno-deprecated-builtins",
        // http://b/267867903
        "-Wno-deprecated-declarations",
    ],
    shared_libs: [
        "android.hardware.bluetooth@1.0",
        "android.hardware.bluetooth@1.1",