aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Yun <justinyun@google.com>2017-08-09 02:05:34 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-08-09 02:05:34 +0000
commit4aba0116c9f2a912611d1ee65ab62dc5c4a17ffc (patch)
tree56bef32860d4a4c6448e3265c98e84cf9b4ef7a8
parent37defcc8cb12f6668ddeee6afd5b5545b84ca489 (diff)
parentad4c1e8eac48fab2f265446d32f62ff0242af909 (diff)
downloadlibyuv-4aba0116c9f2a912611d1ee65ab62dc5c4a17ffc.tar.gz
Mark the module as VNDK or VNDK-SP in Android.bp am: 07d11894cb
am: ad4c1e8eac Change-Id: Idf2bd89df3b9a87db0294115d4aadc84eda41bd1
-rw-r--r--files/Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/files/Android.bp b/files/Android.bp
index 359d64c8..2864b973 100644
--- a/files/Android.bp
+++ b/files/Android.bp
@@ -1,5 +1,9 @@
cc_library {
name: "libyuv",
+ vendor_available: true,
+ vndk: {
+ enabled: true,
+ },
srcs: [
"source/compare.cc",