Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
zlib
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CodeLinaro
la
platform
external
zlib
Commits
7a1afd17
Commit
7a1afd17
authored
6 months ago
by
Android Build Coastguard Worker
Browse files
Options
Downloads
Plain Diff
Snap for 12326234 from
7119b821
to mainline-appsearch-release
Change-Id: Ib68a0485d593e8f6d1df101e7a19d525a7e5b986
parents
7d63cd41
7119b821
No related branches found
Tags
aml_ase_351112060
aml_ase_351114000
aml_ase_351311040
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Android.bp
+1
-22
1 addition, 22 deletions
Android.bp
with
1 addition
and
22 deletions
Android.bp
+
1
−
22
View file @
7a1afd17
...
...
@@ -179,7 +179,7 @@ cc_library {
name: "libz",
defaults: ["libz_defaults"],
whole_static_lib
s:
["
libz_s
tatic"]
,
src
s: libz_s
rcs
,
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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment