We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c9fbb9 commit 09478feCopy full SHA for 09478fe
platforms/android/app/jni/Application.mk
@@ -6,4 +6,8 @@ APP_STL := c++_shared
6
APP_ABI := armeabi-v7a arm64-v8a x86 x86_64
7
8
# used SDK number
9
-APP_PLATFORM=android-34
+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