We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c8c472 commit 7fc3534Copy full SHA for 7fc3534
packages/react-native-bluetooth-state-manager/android/build.gradle
@@ -52,7 +52,8 @@ android {
52
externalNativeBuild {
53
cmake {
54
cppFlags "-O2 -frtti -fexceptions -Wall -fstack-protector-all"
55
- arguments "-DANDROID_STL=c++_shared"
+ arguments "-DANDROID_STL=c++_shared",
56
+ "-DANDROID_SUPPORT_FLEXIBLE_PAGE_SIZES=ON"
57
abiFilters (*reactNativeArchitectures())
58
}
59
0 commit comments