From c5b9734e3f2e62f0afc497d7bd21dd0bf885ee6d Mon Sep 17 00:00:00 2001 From: Justin Yun Date: Wed, 11 Nov 2020 18:20:31 +0900 Subject: Add product_available to product available modules vendor_available modules were available to product modules. However, not all vendor_available modules are required to be available to product modules. Some modules want to be available only to product modules but not vendor modules. To cover the requirement, we separate product_available from vendor_available. vendor_available will not provide product available module. Bug: 150902910 Test: build Change-Id: If64600206609f00cbc29e7032c3008c30ff619ae --- C/Android.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/C/Android.bp b/C/Android.bp index 10e0246..01978d6 100644 --- a/C/Android.bp +++ b/C/Android.bp @@ -4,6 +4,7 @@ cc_library { name: "liblzma", host_supported: true, vendor_available: true, + product_available: true, recovery_available: true, vendor_ramdisk_available: true, native_bridge_supported: true, -- cgit v1.2.3