aboutsummaryrefslogtreecommitdiff
path: root/files/Android.bp
diff options
context:
space:
mode:
authorJustin Yun <justinyun@google.com>2017-09-14 05:39:11 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-09-14 05:39:11 +0000
commit869b7d8bf9f77f81eae2b25ba6020fd714162c3b (patch)
tree56bef32860d4a4c6448e3265c98e84cf9b4ef7a8 /files/Android.bp
parent37defcc8cb12f6668ddeee6afd5b5545b84ca489 (diff)
parentd037324f2faf76551586ccc80e0e2c0debd23ab5 (diff)
downloadlibyuv-869b7d8bf9f77f81eae2b25ba6020fd714162c3b.tar.gz
Merge "Mark the module as VNDK or VNDK-SP in Android.bp"
am: d037324f2f Change-Id: Id8e1a8c522775ae6fefca6b7a7735c65d641d0f0
Diffstat (limited to 'files/Android.bp')
-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",