summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2024-03-21 21:03:38 +0000
committerElliott Hughes <enh@google.com>2024-03-21 21:03:38 +0000
commit4d088cfb2d8989f101d3e8df61106605df2968c4 (patch)
treea52f647bb9a097249447352077a2331d9fec08ab
parent5a31307b33a9e975848904fd1f388fedca8f7ed0 (diff)
downloadzlib-4d088cfb2d8989f101d3e8df61106605df2968c4.tar.gz
Fix a misleading comment.
We already stopped supporting non-neon here, we just didn't update the comment to make that clear! Change-Id: I69d82eadacb89ed8cbeddfe4d58d61155e36cce6
-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",