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

Snap for 12610063 from 258158af to mainline-os-statsd-release

Change-Id: I18af10953a4ed5c63c7069e20cfaedc29624e35c
parents 0bc9e5c8 258158af
No related merge requests found
......@@ -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.
......
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