diff --git a/library/build.gradle.kts b/library/build.gradle.kts index b25a0f1..4740bac 100644 --- a/library/build.gradle.kts +++ b/library/build.gradle.kts @@ -12,6 +12,12 @@ android { minSdk = 24 testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" + + externalNativeBuild { + cmake { + arguments += listOf("-DANDROID_SUPPORT_FLEXIBLE_PAGE_SIZES=ON") + } + } } externalNativeBuild { @@ -85,4 +91,4 @@ publishing { } dependencies { -} \ No newline at end of file +}