aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Yun <justinyun@google.com>2020-11-11 16:18:39 +0900
committerJustin Yun <justinyun@google.com>2020-11-11 16:18:39 +0900
commitd6904de0e78c94cc01ca5697193819bf2cb17d6d (patch)
tree82b63d3364ea541f4524c103a18a7dde8c876c5f
parent52b05fe0a06124d07797256feb8f885d3c7c2a63 (diff)
downloadfmtlib-d6904de0e78c94cc01ca5697193819bf2cb17d6d.tar.gz
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: Iab4f6a5593f3d8d285d18b64f46394afa2cb0432
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 42cf8c90..9db5db39 100644
--- a/Android.bp
+++ b/Android.bp
@@ -22,6 +22,7 @@ cc_library_static {
defaults: ["fmtlib-non-test-defaults"],
vendor_available: true,
+ product_available: true,
ramdisk_available: true,
vendor_ramdisk_available: true,
recovery_available: true,