Skip to content

Commit e4afcd9

Browse files
Add 16kb page size support (#3)
1 parent a6da3f3 commit e4afcd9

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

library/build.gradle.kts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ android {
1212
minSdk = 24
1313

1414
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
15+
16+
externalNativeBuild {
17+
cmake {
18+
arguments += listOf("-DANDROID_SUPPORT_FLEXIBLE_PAGE_SIZES=ON")
19+
}
20+
}
1521
}
1622

1723
externalNativeBuild {
@@ -85,4 +91,4 @@ publishing {
8591
}
8692

8793
dependencies {
88-
}
94+
}

0 commit comments

Comments
 (0)