aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Yun <justinyun@google.com>2020-11-13 03:53:47 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-11-13 03:53:47 +0000
commit8ed474d8aef94886d03d9f4d5c936ed50f9b4321 (patch)
tree34d2d377bf4f53dc59af1fae725a33892c15edc6
parent82a9cf5761ca6e7b1eb5e5d6050d057244990b0d (diff)
parent0a904f94b52baea905fd2272581b295cf6224bf1 (diff)
downloadlibunwind-8ed474d8aef94886d03d9f4d5c936ed50f9b4321.tar.gz
Add product_available to product available modules am: 0277545b5d am: 5f5a000464 am: 0a904f94b5
Original change: https://android-review.googlesource.com/c/platform/external/libunwind/+/1495996 Change-Id: I6b1c73a2a6331b65ef27d03534b3a70f1ceb2869
-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: [