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
89474d13
Commit
89474d13
authored
4 months ago
by
Android Build Coastguard Worker
Browse files
Options
Downloads
Plain Diff
Snap for 12610063 from
258158af
to mainline-os-statsd-release
Change-Id: I18af10953a4ed5c63c7069e20cfaedc29624e35c
parents
0bc9e5c8
258158af
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Android.bp
+11
-10
11 additions, 10 deletions
Android.bp
with
11 additions
and
10 deletions
Android.bp
+
11
−
10
View file @
89474d13
...
...
@@ -45,9 +45,11 @@ cflags_arm = [
cflags_arm64 = cflags_arm + ["-DINFLATE_CHUNK_READ_64LE"]
cflags_riscv64 = [
// TODO: test and enable these.
// "-DRISCV_RVV",
// "-DADLER32_SIMD_RVV",
"-DRISCV_RVV",
"-DADLER32_SIMD_RVV",
"-DDEFLATE_SLIDE_HASH_RVV",
"-DINFLATE_CHUNK_GENERIC",
"-DINFLATE_CHUNK_READ_64LE",
]
// The *host* x86 configuration (with *lower* CPU feature requirements).
...
...
@@ -194,13 +196,12 @@ cc_library {
symbol_file: "libz.map.txt",
},
// Even though libz provides "stubs", it still needs to be available to com.android.runtime
// because "linker" in the runtime apex is linked statically to libz. (Note that linker is a
// static executable.)
apex_available: [
"com.android.runtime",
"//apex_available:platform",
],
// linker/linker64 statically link zlib.
static: {
apex_available: [
"com.android.runtime",
],
},
// When used by Vendor/Product APEX,
// libz should be treated like non-stable module.
...
...
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