Merge "Making liblog static in libavc fuzzer"
This commit is contained in:
commit
f305433dd4
1 changed files with 5 additions and 3 deletions
|
|
@ -1,9 +1,11 @@
|
|||
cc_fuzz {
|
||||
name: "avc_dec_fuzzer",
|
||||
host_supported:true,
|
||||
host_supported: true,
|
||||
srcs: [
|
||||
"avc_dec_fuzzer.cpp",
|
||||
],
|
||||
static_libs: ["libavcdec"],
|
||||
shared_libs: ["liblog"],
|
||||
static_libs: [
|
||||
"libavcdec",
|
||||
"liblog",
|
||||
],
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue