From 4f9723ece7da749a2b4bd3b6ca5f7f7be79720d9 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Thu, 7 Aug 2025 11:38:29 -0700 Subject: [PATCH] Revert "autotools, android: Support Google Play 16 KB Page Size Requirement" This reverts commit e7489a0931667d0f2315f66b54bc9a4295dbc578. If you need to support the Google Play 16 kiB page size requirement, the recommendation is to use NDK r28c or newer, which automatically aligns binaries correctly. --- configure | 3 --- configure.ac | 3 --- 2 files changed, 6 deletions(-) diff --git a/configure b/configure index 6f49ccc45d..0eb9208c9b 100755 --- a/configure +++ b/configure @@ -18390,9 +18390,6 @@ fi BASE_CFLAGS="" BASE_LDFLAGS="" case "$host" in - *-*-android*) - BASE_LDFLAGS="-Wl,-z,max-page-size=16384 -Wl,-z,common-page-size=16384" - ;; *-*-cygwin*) # We build SDL on cygwin without the UNIX emulation layer save_CFLAGS="$CFLAGS" diff --git a/configure.ac b/configure.ac index 2602816da5..d91550ac84 100644 --- a/configure.ac +++ b/configure.ac @@ -124,9 +124,6 @@ fi BASE_CFLAGS="" BASE_LDFLAGS="" case "$host" in - *-*-android*) - BASE_LDFLAGS="-Wl,-z,max-page-size=16384 -Wl,-z,common-page-size=16384" - ;; *-*-cygwin*) # We build SDL on cygwin without the UNIX emulation layer save_CFLAGS="$CFLAGS"