summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Ferris <cferris@google.com>2024-01-10 18:46:22 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-01-10 18:46:22 +0000
commite39eef61c2788eeb438f1e21601df32db6e95de4 (patch)
treed43a404c43b27ccc1db611c31b4b4f041691101a
parentd8c4c01f492a4232abd8a05e77162d96dc3e2f03 (diff)
parente5fa09500f809e5b317d6d05af1227fc931a5acc (diff)
downloadzlib-e39eef61c2788eeb438f1e21601df32db6e95de4.tar.gz
Merge "Allow libunwindstack to use libz_static." into main
-rw-r--r--Android.bp8
1 files changed, 7 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 1e40098..b4fdbc8 100644
--- a/Android.bp
+++ b/Android.bp
@@ -202,13 +202,19 @@ cc_library {
cc_library {
name: "libz_static",
defaults: ["libz_defaults"],
- visibility: ["//external/angle"],
+ visibility: [
+ "//external/angle",
+ "//system/unwinding/libunwindstack",
+ ],
srcs: libz_srcs,
sdk_version: "minimum",
+ min_sdk_version: "apex_inherit",
apex_available: [
+ "com.android.art",
+ "com.android.art.debug",
"com.android.runtime",
"//apex_available:platform",
],