From 4635f81647ff44096f28bae58203f7b775fceb0d Mon Sep 17 00:00:00 2001 From: Paul Rouget Date: Tue, 27 Aug 2019 06:53:31 +0200 Subject: Download platform-tools even for non-emulator builds --- python/servo/bootstrap_commands.py | 1 + 1 file changed, 1 insertion(+) (limited to 'python/servo/bootstrap_commands.py') diff --git a/python/servo/bootstrap_commands.py b/python/servo/bootstrap_commands.py index 605b78362d8..0e7b7d68f35 100644 --- a/python/servo/bootstrap_commands.py +++ b/python/servo/bootstrap_commands.py @@ -145,6 +145,7 @@ class MachCommands(CommandBase): ] if build: components += [ + "platform-tools", "platforms;android-18", ] -- cgit v1.2.3