Revert "Support Google Play 16 KB Page Size Requirement (#13470)"

This reverts commit e321995244.

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:37:44 -07:00
parent 9f1cc301a7
commit cc7a73e727
3 changed files with 0 additions and 8 deletions

View File

@@ -88,10 +88,6 @@ ifeq ($(NDK_DEBUG),1)
cmd-strip :=
endif
# https://developer.android.com/guide/practices/page-sizes
LOCAL_LDFLAGS += "-Wl,-z,max-page-size=16384"
LOCAL_LDFLAGS += "-Wl,-z,common-page-size=16384"
LOCAL_STATIC_LIBRARIES := cpufeatures
include $(BUILD_SHARED_LIBRARY)