Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment