We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3504676 commit 98d84e6Copy full SHA for 98d84e6
2 files changed
android/build.gradle
@@ -74,7 +74,8 @@ android {
74
}
75
externalNativeBuild {
76
cmake {
77
- arguments '-DANDROID_STL=c++_shared'
+ arguments '-DANDROID_STL=c++_shared',
78
+ '-DANDROID_SUPPORT_FLEXIBLE_PAGE_SIZES=ON'
79
abiFilters (*reactNativeArchitectures())
80
81
ubrn.yaml
@@ -22,7 +22,8 @@ ios:
22
- x86_64-apple-ios
23
xcodebuildExtras: []
24
frameworkName: build/RnMatrixRustSdk
25
-noOverwrite: []
+noOverwrite:
26
+ - "android/build.gradle"
27
turboModule:
28
cpp: cpp
29
ts: src
0 commit comments