libxaac/fuzzer/Android.bp
Harish Mahendrakar 92eb474c68 Added fuzz_config field in xaac_dec_fuzzer
Test: ./xaac_dec_fuzzer
Bug: 157680018
Change-Id: I39a49f14638cd55a216f2b5d025da2283371c480
2020-05-28 14:34:04 -07:00

17 lines
319 B
Text

cc_fuzz {
name: "xaac_dec_fuzzer",
host_supported: true,
srcs: [
"xaac_dec_fuzzer.cpp",
],
static_libs: [
"libxaacdec",
"liblog",
],
fuzz_config: {
cc: [
"android-media-fuzzing-reports@google.com",
],
componentid: 155276,
},
}