summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Yun <justinyun@google.com>2020-11-11 18:15:16 +0900
committerJustin Yun <justinyun@google.com>2020-11-11 18:15:16 +0900
commit4bf3db99cfb2d12e3d96c225ecddb28d77c777f1 (patch)
treea5180425bdb5e9c01a8992cfa467ba49733638fb
parent20d5f807a7fbfb59ee026ee9914ed9d2105fea64 (diff)
downloadlibunwind_llvm-4bf3db99cfb2d12e3d96c225ecddb28d77c777f1.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: I045429f8d46ea443c4393dc858c8ee87ee3d339a
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 749de15..b97ee0d 100644
--- a/Android.bp
+++ b/Android.bp
@@ -54,6 +54,7 @@ cc_library_static {
name: "libunwind_llvm",
sdk_version: "21",
vendor_available: true,
+ product_available: true,
ramdisk_available: true,
vendor_ramdisk_available: true,
recovery_available: true,