diff --git a/fuzzer/Android.bp b/fuzzer/Android.bp index ae01dad..28a21b9 100644 --- a/fuzzer/Android.bp +++ b/fuzzer/Android.bp @@ -36,4 +36,11 @@ cc_fuzz { enabled: false, }, }, + + fuzz_config: { + cc: [ + "android-media-fuzzing-reports@google.com", + ], + componentid: 155276, + }, }