Skip to content

Commit 936314f

Browse files
authored
Merge pull request #517 from dcangulo/dcangulo-patch-2
feat: enable 16KB page size
2 parents dd40483 + 2566682 commit 936314f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ android {
9393
externalNativeBuild {
9494
cmake {
9595
cppFlags "-O2 -frtti -fexceptions -Wall -fstack-protector-all"
96-
arguments "-DNODE_MODULES_DIR=${nodeModules}"
96+
arguments "-DNODE_MODULES_DIR=${nodeModules}", "-DANDROID_SUPPORT_FLEXIBLE_PAGE_SIZES=ON"
9797
abiFilters (*reactNativeArchitectures())
9898
}
9999
}

0 commit comments

Comments
 (0)