diff options
-rw-r--r-- | system/gd/Android.bp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system/gd/Android.bp b/system/gd/Android.bp index fc34aa0b41..0d6c220a35 100644 --- a/system/gd/Android.bp +++ b/system/gd/Android.bp @@ -508,6 +508,9 @@ cc_fuzz { ":BluetoothHciFuzzTestSources", ":BluetoothL2capFuzzTestSources", ], + fuzz_config: { + cc: ["android-bluetooth@google.com"], + }, } cc_fuzz { |