aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Yun <justinyun@google.com>2020-11-11 16:15:33 +0900
committerTheodore Ts'o <tytso@mit.edu>2021-01-27 23:59:58 -0500
commitd89e06515bc841e424ff4260841eddbba1eedab3 (patch)
treec32dad2cebebf067e7a7c013273c4cc1377f392b
parent61421ee58861f7f637e1087d67be400294dae199 (diff)
downloade2fsprogs-d89e06515bc841e424ff4260841eddbba1eedab3.tar.gz
AOSP: 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. Google-Bug-Id: 150902910 Test: build Change-Id: I316da0d24bde8b6231114aa80841c59547691152 From AOSP commit: df51b0de40581f52c6515f8775ecd84dc4a50bb0
-rw-r--r--lib/Android.bp1
-rw-r--r--lib/uuid/Android.bp1
2 files changed, 2 insertions, 0 deletions
diff --git a/lib/Android.bp b/lib/Android.bp
index d877475a5..0a498d614 100644
--- a/lib/Android.bp
+++ b/lib/Android.bp
@@ -7,6 +7,7 @@ cc_library_headers {
name: "libext2-headers",
host_supported: true,
vendor_available: true,
+ product_available: true,
ramdisk_available: true,
recovery_available: true,
target: {
diff --git a/lib/uuid/Android.bp b/lib/uuid/Android.bp
index 37b44673f..61673fddc 100644
--- a/lib/uuid/Android.bp
+++ b/lib/uuid/Android.bp
@@ -6,6 +6,7 @@ cc_library {
ramdisk_available: true,
recovery_available: true,
vendor_available: true,
+ product_available: true,
unique_host_soname: true,
defaults: ["e2fsprogs-defaults"],
srcs: [