diff options
-rw-r--r-- | fuzzer/Android.bp | 7 |
1 files changed, 7 insertions, 0 deletions
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, + }, } |