mirror of
https://github.com/ittiam-systems/libhevc.git
synced 2026-04-02 20:30:49 +07:00
Add host support to libhevcdec.
Adds host support to libhevcdec, which will allow us to fuzz this target on host in the future. Test: Build libhevc on host. Bug: 133261679 Change-Id: I006b00f659c382bc996981d27bba67f086267af7
This commit is contained in:
parent
d961f28a3e
commit
84e41b12e7
1 changed files with 1 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
cc_library_static {
|
||||
name: "libhevcdec",
|
||||
vendor_available: true,
|
||||
host_supported: true,
|
||||
|
||||
cflags: [
|
||||
"-D_LIB",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue