Skip to content

Commit f7313fc

Browse files
authored
fix: bring android 16kb support
1 parent 478ec5c commit f7313fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

android/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ android {
5555
cmake {
5656
cppFlags "-O2 -frtti -fexceptions -Wall -fstack-protector-all"
5757
abiFilters 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a'
58-
arguments "-DNODE_MODULES_DIR=${nodeModules}"
58+
arguments "-DNODE_MODULES_DIR=${nodeModules}",
59+
"-DANDROID_SUPPORT_FLEXIBLE_PAGE_SIZES=ON"
5960
}
6061
}
6162

0 commit comments

Comments
 (0)