Skip to content

Commit 2566682

Browse files
authored
feat: enable 16KB page size
1 parent d3fbd43 commit 2566682

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)