[macos] Add Android Comand Line tools (#2363)

This commit is contained in:
Sergey Dolin
2020-12-31 13:22:17 +05:00
committed by GitHub
parent 875891b86b
commit 58a6784582
6 changed files with 28 additions and 7 deletions

View File

@@ -27,7 +27,8 @@ Describe "Android" {
$platforms,
$buildTools,
(Get-ToolsetValue "android.extra-list" | ForEach-Object { "extras/${_}" }),
(Get-ToolsetValue "android.addon-list" | ForEach-Object { "add-ons/${_}" })
(Get-ToolsetValue "android.addon-list" | ForEach-Object { "add-ons/${_}" }),
(Get-ToolsetValue "android.additional-tools")
) | ForEach-Object { $_ }
BeforeAll {
@@ -94,4 +95,4 @@ Describe "Gradle" {
It "Gradle is compatible with init.d plugins" {
"cd /tmp && gradle tasks" | Should -ReturnZeroExitCode
}
}
}