summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2024-03-22 03:07:57 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-03-22 03:07:57 +0000
commitbe9c729ed5f2c69d98ca1711652121f7ff7cfb5b (patch)
treea52f647bb9a097249447352077a2331d9fec08ab
parent5a31307b33a9e975848904fd1f388fedca8f7ed0 (diff)
parent4d088cfb2d8989f101d3e8df61106605df2968c4 (diff)
downloadzlib-be9c729ed5f2c69d98ca1711652121f7ff7cfb5b.tar.gz
Merge "Fix a misleading comment." into main
-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",