mirror of
https://github.com/actions/runner-images.git
synced 2025-12-13 20:56:47 +00:00
Add Android Command Line tools to Linux images (#2364)
* Add Android Comand Line tools for Linux * Fix software report
This commit is contained in:
@@ -48,6 +48,10 @@ function Build-AndroidTable {
|
||||
"Package" = "Android SDK Build-tools"
|
||||
"Version" = Get-AndroidBuildToolVersions -PackageInfo $packageInfo
|
||||
},
|
||||
@{
|
||||
"Package" = "Android Command Line Tools"
|
||||
"Version" = Get-AndroidPackageVersions -PackageInfo $packageInfo -MatchedString "Android SDK Command-line Tools"
|
||||
},
|
||||
@{
|
||||
"Package" = "Android emulator"
|
||||
"Version" = Get-AndroidPackageVersions -PackageInfo $packageInfo -MatchedString "Android Emulator"
|
||||
|
||||
Reference in New Issue
Block a user