mirror of
https://github.com/actions/runner-images.git
synced 2026-01-03 00:28:08 +08:00
[Windows] Rework Android NDKs installation (#2555)
* Rework Android NDKs * Minor fix * Fix variable name * Minor fixes * Reword Android env vars table * Remove Android env vars table from doc file * Rework to use only major ndk versions in toolset * Fix ndk paths * Fix win2016 toolset * Refactor * Minor fix * Fix ndk tests
This commit is contained in:
committed by
GitHub
parent
212431cc79
commit
fa88926270
@@ -163,9 +163,12 @@
|
||||
"cmake;3.6.4111459",
|
||||
"cmake;3.10.2.4988404",
|
||||
"patcher;v4",
|
||||
"ndk;21.3.6528147",
|
||||
"cmdline-tools;latest"
|
||||
]
|
||||
],
|
||||
"ndk": {
|
||||
"lts": "21",
|
||||
"latest": "22"
|
||||
}
|
||||
},
|
||||
"visualStudio": {
|
||||
"version" : "2017",
|
||||
|
||||
Reference in New Issue
Block a user