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

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

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

parents e2f15eca 73a835b0
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",