summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorJustin Yun <justinyun@google.com>2017-09-14 05:33:07 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-09-14 05:33:07 +0000
commitd16cf94146b37f1b68c12c942b820cf66bcf83c8 (patch)
treedbe7c4df957dcd4187df8c7e51195c5dee70b44c /Android.bp
parente4415c5642464f44f98a244fd60e60832a5db867 (diff)
parent314e645a2a69d50eb38f5469f4d0d9909177214a (diff)
Merge "Mark the module as VNDK or VNDK-SP in Android.bp" am: cc10db2c9e
am: 314e645a2a Change-Id: If97be2cfde6605010401c55dde805dcee3357dc6
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 89d108b..f75bfbb 100644
--- a/Android.bp
+++ b/Android.bp
@@ -4,6 +4,9 @@
cc_library {
name: "libexpat",
vendor_available: true,
+ vndk: {
+ enabled: true,
+ },
host_supported: true,
unique_host_soname: true,
sdk_version: "9",