Skip to content

Commit d108959

Browse files
committed
merge
1 parent 651f04d commit d108959

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

android/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,12 @@ android {
7676
externalNativeBuild {
7777
cmake {
7878
cppFlags "-O2", "-fexceptions", "-frtti", "-std=c++1y", "-DONANDROID"
79-
// For 16KB-aligned pages with NDK r27: https://developer.android.com/guide/practices/page-sizes#groovy_1
80-
arguments "-DANDROID_SUPPORT_FLEXIBLE_PAGE_SIZES=ON"
8179
abiFilters 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a'
8280
arguments '-DANDROID_STL=c++_shared',
8381
"-DSQLITE_FLAGS='${SQLITE_FLAGS ? SQLITE_FLAGS : ''}'",
84-
"-DUSE_HERMES=${USE_HERMES}"
82+
"-DUSE_HERMES=${USE_HERMES}",
83+
// For 16KB-aligned pages with NDK r27: https://developer.android.com/guide/practices/page-sizes#groovy_1
84+
"-DANDROID_SUPPORT_FLEXIBLE_PAGE_SIZES=ON"
8585
abiFilters (*reactNativeArchitectures())
8686
}
8787
}

0 commit comments

Comments
 (0)