[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:
Vladimir Safonkin
2021-02-01 12:56:34 +03:00
committed by GitHub
parent 212431cc79
commit fa88926270
5 changed files with 57 additions and 9 deletions

View File

@@ -80,7 +80,7 @@ function Build-AndroidTable {
},
@{
"Package" = "NDK"
"Version" = Get-AndroidPackageVersions -PackageInfo $packageInfo -MatchedString "ndk-bundle"
"Version" = Get-AndroidPackageVersions -PackageInfo $packageInfo -MatchedString "ndk;"
},
@{
"Package" = "SDK Patch Applier v4"