Added fuzz_config field in opus_dec_fuzzer and opus_multistream_dec_fuzzer am: c434b85101

Change-Id: I3bf1636922fcf82b1ac60009db6960d67333ef6d
diff --git a/fuzzer/Android.bp b/fuzzer/Android.bp
index 711ed34..35dad5c 100644
--- a/fuzzer/Android.bp
+++ b/fuzzer/Android.bp
@@ -29,6 +29,13 @@
     srcs: [
         "opus_dec_fuzzer.cpp",
     ],
+
+    fuzz_config: {
+        cc: [
+            "android-media-fuzzing-reports@google.com",
+        ],
+        componentid: 155276,
+    },
 }
 
 cc_fuzz {
@@ -44,4 +51,11 @@
     ],
 
     cflags: ["-DMULTISTREAM"],
+
+    fuzz_config: {
+        cc: [
+            "android-media-fuzzing-reports@google.com",
+        ],
+        componentid: 155276,
+    },
 }