Enable support for 16KB pages

This commit is contained in:
Cameron Gutman 2024-07-27 16:55:21 -05:00
parent 34a9132d60
commit eb7f0887bf

View File

@ -2,3 +2,6 @@
# Our minimum version is Android 5.0
APP_PLATFORM := android-21
# We support 16KB pages
APP_SUPPORT_FLEXIBLE_PAGE_SIZES := true