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

Snap for 12583712 from 258158af to mainline-wifi-release

Change-Id: I7fadc9c5e01ad58d4d221df0f26da3c0f2fe8d07
parents 4cc3e0af 258158af
No related branches found
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,6 +196,13 @@ cc_library {
symbol_file: "libz.map.txt",
},
// 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.
// (Hence, should be bundled in APEX).
......
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