mirror of
https://github.com/ittiam-systems/libhevc.git
synced 2026-08-14 06:42:34 +07:00
Making liblog static in libhevc fuzzer
Bug: 140244193 Test: SANITIZE_HOST=address make haiku-host and then running binary Change-Id: Icd687c2e8c6bb6809d79a4f94b3ff8cb575820c6
This commit is contained in:
parent
cdd7c97c27
commit
01fd4fac0e
1 changed files with 5 additions and 3 deletions
|
|
@ -1,9 +1,11 @@
|
|||
cc_fuzz {
|
||||
name: "hevc_dec_fuzzer",
|
||||
host_supported:true,
|
||||
host_supported: true,
|
||||
srcs: [
|
||||
"hevc_dec_fuzzer.cpp",
|
||||
],
|
||||
static_libs: ["libhevcdec"],
|
||||
shared_libs: ["liblog"],
|
||||
static_libs: [
|
||||
"libhevcdec",
|
||||
"liblog",
|
||||
],
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue