Merge pull request #13079 from JosJuice/android-16k

Android: Add 16 KiB page size support
This commit is contained in:
Tilka
2024-10-12 10:11:33 +01:00
committed by GitHub
2 changed files with 7 additions and 3 deletions

View File

@ -101,8 +101,12 @@ android {
defaultConfig {
externalNativeBuild {
cmake {
arguments("-DANDROID_STL=c++_static", "-DCMAKE_BUILD_TYPE=RelWithDebInfo")
arguments(
"-DANDROID_STL=c++_static",
"-DANDROID_SUPPORT_FLEXIBLE_PAGE_SIZES=ON",
"-DCMAKE_BUILD_TYPE=RelWithDebInfo"
// , "-DENABLE_GENERIC=ON"
)
abiFilters("arm64-v8a", "x86_64") //, "armeabi-v7a", "x86"
// Uncomment the line below if you don't want to build the C++ unit tests