[macOS] Add android ndk r29 and cmake 4.1.2 (#13244)

This commit is contained in:
Alexey-Ayupov
2025-11-05 16:18:59 +01:00
committed by GitHub
parent eecb8a7ff2
commit 7901df4cde
3 changed files with 9 additions and 6 deletions
+3 -2
View File
@@ -139,12 +139,13 @@
], ],
"addons": [], "addons": [],
"additional_tools": [ "additional_tools": [
"cmake;3.31.5" "cmake;3.31.5",
"cmake;4.1.2"
], ],
"ndk": { "ndk": {
"default": "26", "default": "26",
"versions": [ "versions": [
"26", "27", "28" "26", "27", "28", "29"
] ]
} }
}, },
+3 -2
View File
@@ -143,12 +143,13 @@
], ],
"addons": [], "addons": [],
"additional_tools": [ "additional_tools": [
"cmake;3.31.5" "cmake;3.31.5",
"cmake;4.1.2"
], ],
"ndk": { "ndk": {
"default": "27", "default": "27",
"versions": [ "versions": [
"26", "27","28" "26", "27","28", "29"
] ]
} }
}, },
+3 -2
View File
@@ -54,12 +54,13 @@
], ],
"addons": [], "addons": [],
"additional_tools": [ "additional_tools": [
"cmake;3.31.5" "cmake;3.31.5",
"cmake;4.1.2"
], ],
"ndk": { "ndk": {
"default": "27", "default": "27",
"versions": [ "versions": [
"27","28" "27","28", "29"
] ]
} }
}, },