Merge "Making liblog static in libavc fuzzer" am: f305433dd4
am: 8dc9766979
Change-Id: Ia2b01f4a6b86b79601973cde2cf48b9dbce11a3b
This commit is contained in:
commit
7a8ed9e7e0
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