Add NDK 22 to macOS images (#2542)

* add env variables to docs, add extra ndk

* add new header 4

* rename variable

* add ndk to toolset as generic approach

* grep latest version

* install latest lts

* improve function

* rename function
This commit is contained in:
Dmitry Shibanov
2021-02-01 12:56:44 +03:00
committed by GitHub
parent fa88926270
commit a49d4e2294
6 changed files with 41 additions and 7 deletions

View File

@@ -189,7 +189,11 @@
],
"addon-list": [
"addon-google_apis-google-24", "addon-google_apis-google-23", "addon-google_apis-google-22", "addon-google_apis-google-21"
]
],
"ndk": {
"lts": "21",
"latest": "22"
}
},
"powershellModules": [
{

View File

@@ -212,7 +212,11 @@
],
"additional-tools": [
"cmdline-tools;latest"
]
],
"ndk": {
"lts": "21",
"latest": "22"
}
},
"powershellModules": [
{

View File

@@ -150,7 +150,11 @@
],
"additional-tools": [
"cmdline-tools;latest"
]
],
"ndk": {
"lts": "21",
"latest": "22"
}
},
"powershellModules": [
{

View File

@@ -83,7 +83,11 @@
"addon-list": [],
"additional-tools": [
"cmdline-tools;latest"
]
],
"ndk": {
"lts": "21",
"latest": "22"
}
},
"powershellModules": [
{