Skip to content

Commit 09478fe

Browse files
committed
android: support 16KB page sizes (is used in newer android version, previously it was 4KB)
1 parent 2c9fbb9 commit 09478fe

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

platforms/android/app/jni/Application.mk

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,8 @@ APP_STL := c++_shared
66
APP_ABI := armeabi-v7a arm64-v8a x86 x86_64
77

88
# used SDK number
9-
APP_PLATFORM=android-34
9+
APP_PLATFORM := android-34
10+
11+
# support 16KB page sizes:
12+
# see: https://developer.android.com/guide/practices/page-sizes
13+
APP_SUPPORT_FLEXIBLE_PAGE_SIZES := true

0 commit comments

Comments
 (0)