Download platform-tools even for non-emulator builds

This commit is contained in:
Paul Rouget 2019-08-27 06:53:31 +02:00
parent 66e5ad0cb8
commit 4635f81647

View file

@ -145,6 +145,7 @@ class MachCommands(CommandBase):
]
if build:
components += [
"platform-tools",
"platforms;android-18",
]