Skip to content

Commit 98d84e6

Browse files
committed
chore: support 16kb page size alignment on android
1 parent 3504676 commit 98d84e6

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

android/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ android {
7474
}
7575
externalNativeBuild {
7676
cmake {
77-
arguments '-DANDROID_STL=c++_shared'
77+
arguments '-DANDROID_STL=c++_shared',
78+
'-DANDROID_SUPPORT_FLEXIBLE_PAGE_SIZES=ON'
7879
abiFilters (*reactNativeArchitectures())
7980
}
8081
}

ubrn.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ ios:
2222
- x86_64-apple-ios
2323
xcodebuildExtras: []
2424
frameworkName: build/RnMatrixRustSdk
25-
noOverwrite: []
25+
noOverwrite:
26+
- "android/build.gradle"
2627
turboModule:
2728
cpp: cpp
2829
ts: src

0 commit comments

Comments
 (0)