diff --git a/fuzzer/Android.bp b/fuzzer/Android.bp index 8540107..95eab84 100644 --- a/fuzzer/Android.bp +++ b/fuzzer/Android.bp @@ -13,4 +13,10 @@ cc_fuzz { enabled: false, }, }, + fuzz_config: { + cc: [ + "android-media-fuzzing-reports@google.com", + ], + componentid: 155276, + }, }