native: delete global 16k option

NDK 28 enable 16 KiB page size compatibility option by default, delete the global option to restore 4k alignment for 32-bit arch.
This commit is contained in:
vvb2060 2025-03-25 13:01:49 +08:00 committed by John Wu
parent 8c972dcf34
commit c2ece62e4c

View File

@ -5,7 +5,6 @@ APP_STL := none
APP_PLATFORM := android-23 APP_PLATFORM := android-23
APP_THIN_ARCHIVE := true APP_THIN_ARCHIVE := true
APP_STRIP_MODE := none APP_STRIP_MODE := none
APP_SUPPORT_FLEXIBLE_PAGE_SIZES := true
ifdef MAGISK_DEBUG ifdef MAGISK_DEBUG