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-16 11:07:39 -0700
commitfa031d5dc197fd80cb3cf4b814f28fb36103ac68 (patch)
tree0ed67ee8db522f505b15421f94692e576782fec3
parentcea41540d6f933a456d7ce815fc1c5aff9f69f2f (diff)
downloadexpat-fa031d5dc197fd80cb3cf4b814f28fb36103ac68.tar.gz
Add vendor_available to libexpatandroid-vts-8.0_r2android-vts-8.0_r1oreo-dev
Bug: 38244611 Test: Build sailfish with BOARD_VNDK_VERSION:=current (cherry picked from commit c4fc4e20ef7189d33feeda4e872444e760889761) Merged-In: I35cc65d8721b2aa31525dc2cc9a2922fa1d8b01a Change-Id: I3a0a0d16899e056899f53d4738a746fea001f7d6
-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",