From 8f5df0ce56ba628ab636fce5a99de5b9ad175779 Mon Sep 17 00:00:00 2001 From: Vijay Venkatraman Date: Sun, 23 Apr 2017 19:41:41 -0700 Subject: 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 --- Android.bp | 1 + 1 file changed, 1 insertion(+) 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: { -- cgit v1.2.3