From: Justin Yun Date: Wed, 11 Nov 2020 07:15:33 +0000 (+0900) Subject: AOSP: Add "product_available" to product available modules X-Git-Tag: v1.45.7~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d89e06515bc841e424ff4260841eddbba1eedab3;p=thirdparty%2Fe2fsprogs.git 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 --- 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: [