Support 16K page size

This commit is contained in:
topjohnwu
2024-06-18 22:04:53 -07:00
parent 23ed275614
commit a89b9e6af1
2 changed files with 2 additions and 1 deletions

View File

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