Skip to content

Commit 57bd4b6

Browse files
authored
feat: enable 16KB page size support (#754)
1 parent 4687975 commit 57bd4b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/react-native-quick-crypto/android/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,8 @@ android {
112112
externalNativeBuild {
113113
cmake {
114114
cppFlags "-O2 -frtti -fexceptions -Wall -Wno-unused-variable -fstack-protector-all -DANDROID"
115-
arguments "-DANDROID_STL=c++_shared"
115+
arguments "-DANDROID_STL=c++_shared",
116+
"-DANDROID_SUPPORT_FLEXIBLE_PAGE_SIZES=ON"
116117
abiFilters (*reactNativeArchitectures())
117118
}
118119
}

0 commit comments

Comments
 (0)