summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-03-26 23:14:49 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-03-26 23:14:49 +0000
commitcc52ec6d43307607fe4d0afb75d60f2b9c0976bb (patch)
treea52f647bb9a097249447352077a2331d9fec08ab
parent54c3f86240e5a1efccc663aecd7eb6c99204bdd7 (diff)
parentbe9c729ed5f2c69d98ca1711652121f7ff7cfb5b (diff)
downloadzlib-cc52ec6d43307607fe4d0afb75d60f2b9c0976bb.tar.gz
Snap for 11630439 from be9c729ed5f2c69d98ca1711652121f7ff7cfb5b to sdk-release
Change-Id: If52d054cfeff65fd18e8a5fb2512c1f44c2e9776
-rw-r--r--Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 533fc01..a8ff866 100644
--- a/Android.bp
+++ b/Android.bp
@@ -33,7 +33,7 @@ cflags_shared = [
]
cflags_arm = [
- // We no longer support non-Neon platform builds, but the NDK just has one libz.
+ // Even the NDK dropped non-neon support in r24.
"-DADLER32_SIMD_NEON",
// TODO: causes `atest org.apache.harmony.tests.java.util.zip.DeflaterTest` failures.
// "-DINFLATE_CHUNK_SIMD_NEON",