Skip to content

Commit 02a8c55

Browse files
committed
chore: update HybridApp build.gradle
1 parent ea049e5 commit 02a8c55

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

modules/hybrid-app/android/build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ android {
3232
minSdkVersion getExtOrIntegerDefault("minSdkVersion")
3333
targetSdkVersion getExtOrIntegerDefault("targetSdkVersion")
3434
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", "true"
35+
36+
externalNativeBuild {
37+
cmake {
38+
arguments "-DANDROID_SUPPORT_FLEXIBLE_PAGE_SIZES=ON"
39+
}
40+
}
3541
}
3642

3743
buildFeatures {

0 commit comments

Comments
 (0)