Skip to content

Commit 37af551

Browse files
authored
feat: Enable 16KB page size support (#249)
1 parent e407602 commit 37af551

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

android/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ android {
8080
arguments "-DANDROID_STL=c++_shared",
8181
"-DANDROID_TOOLCHAIN=clang",
8282
"-DREACT_NATIVE_DIR=${nodeModules}/react-native",
83-
"-DJS_RUNTIME=${JS_RUNTIME}"
83+
"-DJS_RUNTIME=${JS_RUNTIME}",
84+
"-DANDROID_SUPPORT_FLEXIBLE_PAGE_SIZES=ON"
8485
abiFilters (*reactNativeArchitectures())
8586
}
8687
}

0 commit comments

Comments
 (0)