mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-28 09:59:32 -06:00
Merge pull request #13079 from JosJuice/android-16k
Android: Add 16 KiB page size support
This commit is contained in:
2
Externals/libadrenotools
vendored
2
Externals/libadrenotools
vendored
Submodule Externals/libadrenotools updated: f4ce3c9618...8fae8ce254
@ -101,8 +101,12 @@ android {
|
|||||||
defaultConfig {
|
defaultConfig {
|
||||||
externalNativeBuild {
|
externalNativeBuild {
|
||||||
cmake {
|
cmake {
|
||||||
arguments("-DANDROID_STL=c++_static", "-DCMAKE_BUILD_TYPE=RelWithDebInfo")
|
arguments(
|
||||||
// , "-DENABLE_GENERIC=ON"
|
"-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"
|
abiFilters("arm64-v8a", "x86_64") //, "armeabi-v7a", "x86"
|
||||||
|
|
||||||
// Uncomment the line below if you don't want to build the C++ unit tests
|
// Uncomment the line below if you don't want to build the C++ unit tests
|
||||||
|
Reference in New Issue
Block a user