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:
Mitch Phillips 2019-06-17 14:49:49 -07:00
parent d961f28a3e
commit 84e41b12e7

View file

@ -1,6 +1,7 @@
cc_library_static {
name: "libhevcdec",
vendor_available: true,
host_supported: true,
cflags: [
"-D_LIB",