Skip to content
Snippets Groups Projects
Commit 7a1afd17 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 12326234 from 7119b821 to mainline-appsearch-release

Change-Id: Ib68a0485d593e8f6d1df101e7a19d525a7e5b986
parents 7d63cd41 7119b821
No related merge requests found
......@@ -179,7 +179,7 @@ cc_library {
name: "libz",
defaults: ["libz_defaults"],
whole_static_libs: ["libz_static"],
srcs: libz_srcs,
unique_host_soname: true,
static_ndk_lib: true,
......@@ -209,24 +209,6 @@ cc_library {
afdo: true,
}
cc_library {
name: "libz_static",
defaults: ["libz_defaults"],
visibility: ["//visibility:private"],
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",
],
}
// A build of libz with identical behavior between architectures.
// Used by legacy OTA tools such as imgdiff and updater and their tests.
// New code should not use this library, because new code should not make
......@@ -347,9 +329,6 @@ ndk_library {
symbol_file: "libz.map.txt",
first_version: "9",
unversioned_until: "current",
export_header_libs: [
"libz_headers",
],
}
// Export zlib headers for inclusion in the musl sysroot.
......
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