[Ubuntu, Windows] Add new android NDK and CMake (#11628)

This commit is contained in:
Alexey-Ayupov
2025-02-20 16:13:38 +01:00
committed by GitHub
parent c40b72458d
commit d7dfc73ec2
6 changed files with 15 additions and 12 deletions

View File

@@ -88,9 +88,9 @@
"addon_list": [ "addon_list": [
], ],
"additional_tools": [ "additional_tools": [
"cmake;3.10.2.4988404",
"cmake;3.18.1", "cmake;3.18.1",
"cmake;3.22.1" "cmake;3.22.1",
"cmake;3.31.5"
], ],
"ndk": { "ndk": {
"default": "27", "default": "27",

View File

@@ -85,9 +85,9 @@
"addon_list": [ "addon_list": [
], ],
"additional_tools": [ "additional_tools": [
"cmake;3.10.2.4988404",
"cmake;3.18.1", "cmake;3.18.1",
"cmake;3.22.1" "cmake;3.22.1",
"cmake;3.31.5"
], ],
"ndk": { "ndk": {
"default": "27", "default": "27",

View File

@@ -81,11 +81,12 @@
"addon_list": [ "addon_list": [
], ],
"additional_tools": [ "additional_tools": [
"cmake;3.31.5"
], ],
"ndk": { "ndk": {
"default": "27", "default": "27",
"versions": [ "versions": [
"26", "27" "26", "27", "28"
] ]
} }
}, },

View File

@@ -143,14 +143,14 @@
"addon-google_apis-google-21" "addon-google_apis-google-21"
], ],
"additional_tools": [ "additional_tools": [
"cmake;3.10.2.4988404",
"cmake;3.18.1", "cmake;3.18.1",
"cmake;3.22.1" "cmake;3.22.1",
"cmake;3.31.5"
], ],
"ndk": { "ndk": {
"default": "27", "default": "27",
"versions": [ "versions": [
"26" , "27" "26" , "27", "28"
] ]
} }
}, },

View File

@@ -139,12 +139,13 @@
"addons": [], "addons": [],
"additional_tools": [ "additional_tools": [
"cmake;3.18.1", "cmake;3.18.1",
"cmake;3.22.1" "cmake;3.22.1",
"cmake;3.31.5"
], ],
"ndk": { "ndk": {
"default": "27", "default": "27",
"versions": [ "versions": [
"26", "27" "26", "27", "28"
] ]
} }
}, },

View File

@@ -96,12 +96,13 @@
"addons": [], "addons": [],
"additional_tools": [ "additional_tools": [
"cmake;3.22.1", "cmake;3.22.1",
"cmake;3.30.5" "cmake;3.30.5",
"cmake;3.31.5"
], ],
"ndk": { "ndk": {
"default": "27", "default": "27",
"versions": [ "versions": [
"26", "27" "26", "27", "28"
] ]
} }
}, },