Skip to content

Commit eec86aa

Browse files
feat: Add support for Android 16KB page sizes (#145)
1 parent 15663b6 commit eec86aa

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
@@ -62,7 +62,8 @@ android {
6262
cmake {
6363
arguments "-DANDROID_STL=c++_shared",
6464
"-DNODE_MODULES_DIR=${nodeModules}",
65-
"-DIS_NEW_ARCHITECTURE_ENABLED=${isNewArchitectureEnabled()}"
65+
"-DIS_NEW_ARCHITECTURE_ENABLED=${isNewArchitectureEnabled()}",
66+
"-DANDROID_SUPPORT_FLEXIBLE_PAGE_SIZES=ON"
6667
cppFlags "-O2 -frtti -fexceptions -Wall -fstack-protector-all"
6768
abiFilters "x86", "x86_64", "armeabi-v7a", "arm64-v8a"
6869
}

0 commit comments

Comments
 (0)