aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorMitch Phillips <mitchp@google.com>2019-06-17 14:49:49 -0700
committerMitch Phillips <mitchp@google.com>2019-06-17 14:49:49 -0700
commit84e41b12e79e393942b7c83be6c8bf0da2651fdf (patch)
treef3b198fa0506c4ebcdf20fd2281cd36ffda2e48e /Android.bp
parentd961f28a3ee95abef7322d7bea0c084b939bff16 (diff)
downloadlibhevc-84e41b12e79e393942b7c83be6c8bf0da2651fdf.tar.gz
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
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 13bb2a1..dafe520 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,6 +1,7 @@
cc_library_static {
name: "libhevcdec",
vendor_available: true,
+ host_supported: true,
cflags: [
"-D_LIB",