[Ubuntu] Add android ndk r29 and cmake 4.1.2 (#13242)

This commit is contained in:
Alexey-Ayupov
2025-11-05 16:18:05 +01:00
committed by GitHub
parent aab6e27787
commit 783b4575c4

View File

@@ -85,12 +85,13 @@
"addon_list": [ "addon_list": [
], ],
"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"
] ]
} }
}, },