Remove platform-tools from toolset (#3761)

* Platform-tools is installed along with any version of build-tools, there is no need to install it explicitly
This commit is contained in:
Mikhail Timofeev
2021-07-20 22:37:48 +03:00
committed by GitHub
parent 61f5fe8de5
commit 08d7091533
2 changed files with 2 additions and 4 deletions

View File

@@ -91,8 +91,7 @@
],
"additional_tools": [
"cmake;3.10.2.4988404",
"cmake;3.18.1",
"platform-tools"
"cmake;3.18.1"
],
"ndk": {
"lts": "21"

View File

@@ -87,8 +87,7 @@
],
"additional_tools": [
"cmake;3.10.2.4988404",
"cmake;3.18.1",
"platform-tools"
"cmake;3.18.1"
],
"ndk": {
"lts": "21",