Skip to content

Commit 8833881

Browse files
committed
build: add flexible page sizes support for Android NDK compilation
1 parent b53b388 commit 8833881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ android {
3939
minSdkVersion safeExtGet('minSdkVersion', 21)
4040
externalNativeBuild {
4141
cmake {
42-
arguments "-DANDROID_STL=c++_shared"
42+
arguments "-DANDROID_STL=c++_shared", "-DANDROID_SUPPORT_FLEXIBLE_PAGE_SIZES=ON"
4343
}
4444
}
4545
}

0 commit comments

Comments
 (0)