Skip to content
Snippets Groups Projects
Commit e39eef61 authored by Christopher Ferris's avatar Christopher Ferris Committed by Gerrit Code Review
Browse files

Merge "Allow libunwindstack to use libz_static." into main

parents d8c4c01f e5fa0950
No related branches found
No related tags found
No related merge requests found
......@@ -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",
],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment