Merge "Added fuzz_config field in xaac_dec_fuzzer"

This commit is contained in:
Kris Alder 2020-06-05 15:50:05 +00:00 committed by Gerrit Code Review
commit a4cd8c6bf6

View file

@ -8,4 +8,10 @@ cc_fuzz {
"libxaacdec",
"liblog",
],
fuzz_config: {
cc: [
"android-media-fuzzing-reports@google.com",
],
componentid: 155276,
},
}