Skip to content

Commit ad33f00

Browse files
committed
chore:(Android) add DANDROID_SUPPORT_FLEXIBLE_PAGE_SIZES=ON
1 parent afd188f commit ad33f00

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

0 commit comments

Comments
 (0)