aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Yun <justinyun@google.com>2020-11-11 18:14:46 +0900
committerJustin Yun <justinyun@google.com>2020-11-11 18:14:46 +0900
commit0277545b5d63903028e41bf3fcd8f9ef8cc2e79f (patch)
tree34d2d377bf4f53dc59af1fae725a33892c15edc6
parentc5bc9786a73c088a2594a3976303c193e237591b (diff)
downloadlibunwind-0277545b5d63903028e41bf3fcd8f9ef8cc2e79f.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: I82364e0a5f03d788b91e0138d342a585c311fb17
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 6f0a4eb9..cfb05bc0 100644
--- a/Android.bp
+++ b/Android.bp
@@ -343,6 +343,7 @@ cc_library_static {
name: "libunwind_static",
defaults: ["libunwind_core_defaults"],
vendor_available: true,
+ product_available: true,
native_bridge_supported: true,
}
@@ -353,6 +354,7 @@ cc_library_static {
name: "libunwindbacktrace",
defaults: ["libunwind_defaults"],
vendor_available: true,
+ product_available: true,
native_bridge_supported: true,
sdk_version: "21",
srcs: [