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

Commit 8b8b70f5 authored by Chris Manton's avatar Chris Manton
Browse files

Reduce build warnings for fuzzer

Bug: 264549607
Bug: 267867903
Test: cert/run
Tag: #refactor

Change-Id: I46f6780df62d4d15377096ec4498bf2a17bf70b4
parent 32bbe8da
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",