summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVijay Venkatraman <vijaykv@google.com>2017-05-15 12:52:35 -0700
committerVijay Venkatraman <vijaykv@google.com>2017-05-15 13:02:58 -0700
commitc4fc4e20ef7189d33feeda4e872444e760889761 (patch)
tree0ed67ee8db522f505b15421f94692e576782fec3
parent470553711f98a9110beccab5c1648186f827404e (diff)
downloadexpat-c4fc4e20ef7189d33feeda4e872444e760889761.tar.gz
Add vendor_available to libexpat
Bug: 38244611 Test: Build sailfish with BOARD_VNDK_VERSION:=current Change-Id: I35cc65d8721b2aa31525dc2cc9a2922fa1d8b01a
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index f2a6165d..89d108b2 100644
--- a/Android.bp
+++ b/Android.bp
@@ -3,6 +3,7 @@
cc_library {
name: "libexpat",
+ vendor_available: true,
host_supported: true,
unique_host_soname: true,
sdk_version: "9",