File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -110,6 +110,9 @@ available_build_tools=$(echo ${all_build_tools[@]//*rc[0-9]/})
110110add_filtered_installation_components $minimum_platform_version " ${available_platforms[@]} "
111111add_filtered_installation_components $minimum_build_tool_version " ${available_build_tools[@]} "
112112
113+ # Add platform tools to the list of components to install
114+ components+=(" platform-tools" )
115+
113116# Install components
114117echo " y" | $SDKMANAGER ${components[@]}
115118
Original file line number Diff line number Diff line change @@ -72,6 +72,7 @@ Describe "Android" {
7272 $platformsInstalled ,
7373 $buildTools ,
7474 $ndkFullVersions ,
75+ " platform-tools" ,
7576 ((Get-ToolsetContent ).android.extra_list | ForEach-Object { " extras/${_} " }),
7677 ((Get-ToolsetContent ).android.addon_list | ForEach-Object { " add-ons/${_} " }),
7778 ((Get-ToolsetContent ).android.additional_tools | ForEach-Object { " ${_} " })
You can’t perform that action at this time.
0 commit comments