Upgrade deps

This commit is contained in:
LoveSy 2024-06-04 21:06:35 +08:00
parent 4ec6de77ad
commit b858504dec
No known key found for this signature in database
2 changed files with 3 additions and 1 deletions

View File

@ -88,10 +88,12 @@ cmaker {
when (it.name) { when (it.name) {
"debug", "release" -> { "debug", "release" -> {
arguments += "-DANDROID_STL=c++_shared" arguments += "-DANDROID_STL=c++_shared"
arguments += "-DANDROID_SUPPORT_FLEXIBLE_PAGE_SIZES=ON"
} }
"standalone" -> { "standalone" -> {
arguments += "-DANDROID_STL=none" arguments += "-DANDROID_STL=none"
arguments += "-DLSPLANT_STANDALONE=ON" arguments += "-DLSPLANT_STANDALONE=ON"
arguments += "-DANDROID_SUPPORT_FLEXIBLE_PAGE_SIZES=ON"
} }
} }
arguments += "-DDEBUG_SYMBOLS_PATH=${project.layout.buildDirectory.file("symbols/${it.name}").get().asFile.absolutePath}" arguments += "-DDEBUG_SYMBOLS_PATH=${project.layout.buildDirectory.file("symbols/${it.name}").get().asFile.absolutePath}"

@ -1 +1 @@
Subproject commit 2c0caa09966348dce0f5fd19c8f1665a8fc80cc5 Subproject commit 67077df2a53be0cabb9f16e8a050acdd825f7d69