Revert "autotools, android: Support Google Play 16 KB Page Size Requirement"
Build (All) / Create test plan (push) Has been cancelled
Build (All) / level1 (push) Has been cancelled
Build (All) / level2 (push) Has been cancelled

This reverts commit e7489a0931.

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.
This commit is contained in:
Sam Lantinga
2025-08-07 11:38:29 -07:00
parent 53dbe1862e
commit 4f9723ece7
2 changed files with 0 additions and 6 deletions
Vendored
-3
View File
@@ -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"
-3
View File
@@ -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"