Test: ./xaac_dec_fuzzer Bug: 157680018 Change-Id: I39a49f14638cd55a216f2b5d025da2283371c480
17 lines
319 B
Text
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,
|
|
},
|
|
}
|