Added fuzz_config field in avc_dec_fuzzer

Test: ./avc_dec_fuzzer
Bug: 157680018
Change-Id: Ia06f33596cacb8b5d856ff778135fc4a78e2fb66
This commit is contained in:
Harish Mahendrakar 2020-05-28 14:20:18 -07:00
parent 67c86e8bb8
commit 5a52ec8cdd

View file

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