17 lines
261 B
Plaintext
17 lines
261 B
Plaintext
cc_fuzz {
|
|
name: "hevc_dec_fuzzer",
|
|
host_supported: true,
|
|
srcs: [
|
|
"hevc_dec_fuzzer.cpp",
|
|
],
|
|
static_libs: [
|
|
"libhevcdec",
|
|
"liblog",
|
|
],
|
|
target: {
|
|
darwin: {
|
|
enabled: false,
|
|
},
|
|
},
|
|
}
|