summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVijay Venkatraman <vijaykv@google.com>2017-04-23 19:41:41 -0700
committerVijay Venkatraman <vijaykv@google.com>2017-04-23 19:43:59 -0700
commit8f5df0ce56ba628ab636fce5a99de5b9ad175779 (patch)
treeed62ccb1b886bbeca3c54f3fca91b2d1470f621d
parentbac3bcd13c6440d03227a2a7175c47671e241a28 (diff)
downloadzlib-8f5df0ce56ba628ab636fce5a99de5b9ad175779.tar.gz
Add vendor_available to libz
This, when used with BOARD_VNDK_VERSION flag, enables the module to be built and installed twice, one for /system, other for /vendor Details: https://android-review.googlesource.com/368372 Bug: 33241851 Test: Set BOARD_VNDK_VERSION:=current in BoardConfig.mk Change-Id: Ibf4dcc34ba73834c5d9a19412be90724f94e0a6d
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index e2205a9..d2c8787 100644
--- a/Android.bp
+++ b/Android.bp
@@ -52,6 +52,7 @@ cc_library {
defaults: ["zlib_defaults"],
host_supported: true,
+ vendor_available : true,
target: {
host: {