aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Huber <andih@google.com>2018-04-13 09:06:21 -0700
committerJorge E. Moreira <jemoreira@google.com>2019-12-17 10:55:38 -0800
commit0ae55ddb6e18158e0e22fe26b131e1bf4fe727b1 (patch)
treeddd83453cf9b9bed5191d110f3dc59d9c08e9f8a
parentefc7acb528a9e065c7928f037f2e0902a7792176 (diff)
downloadlibyuv-0ae55ddb6e18158e0e22fe26b131e1bf4fe727b1.tar.gz
Make libyuv available on the host.
Bug: 141887532 Test: launch_cvd --start_webrtc --webrtc_public_ip=127.0.0.1 Change-Id: I19fdda51060da9f90d33eb94f226a8d34fb7c412
-rw-r--r--files/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/files/Android.bp b/files/Android.bp
index 5898b680..5d7cbb6a 100644
--- a/files/Android.bp
+++ b/files/Android.bp
@@ -1,6 +1,7 @@
cc_library {
name: "libyuv",
vendor_available: true,
+ host_supported: true,
vndk: {
enabled: true,
},