Skip to content

Commit 20a09ad

Browse files
authored
Update build.gradle
Enable 16kb page support
1 parent a2dbcc7 commit 20a09ad

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
@@ -92,7 +92,8 @@ android {
9292
externalNativeBuild {
9393
cmake {
9494
arguments "-DANDROID_STL=c++_shared",
95-
"-DNODE_MODULES_DIR=${nodeModules}"
95+
"-DNODE_MODULES_DIR=${nodeModules}",
96+
"-DANDROID_SUPPORT_FLEXIBLE_PAGE_SIZES=ON"
9697
cppFlags "-O2 -frtti -fexceptions -Wall -fstack-protector-all"
9798
abiFilters(*reactNativeArchitectures())
9899
}

0 commit comments

Comments
 (0)