blob: 95eab84f10c4705dad6563a9af394c91fca53608 [file] [log] [blame]
cc_fuzz {
name: "avc_dec_fuzzer",
host_supported: true,
srcs: [
"avc_dec_fuzzer.cpp",
],
static_libs: [
"libavcdec",
"liblog",
],
target: {
darwin: {
enabled: false,
},
},
fuzz_config: {
cc: [
"android-media-fuzzing-reports@google.com",
],
componentid: 155276,
},
}