Skip to content

Commit e8be24f

Browse files
committed
Athena: Build libs with 16kb page size support
Change-Id: I250125957c0eba122f6af7442471e87c8d05a807
1 parent 932f258 commit e8be24f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

app/build.gradle.kts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@ android {
2424

2525
externalNativeBuild {
2626
cmake {
27-
arguments("-DANDROID_STL=c++_shared")
27+
arguments(
28+
"-DANDROID_STL=c++_shared",
29+
"-DANDROID_SUPPORT_FLEXIBLE_PAGE_SIZES=ON",
30+
)
2831
}
2932
}
3033
}

0 commit comments

Comments
 (0)