diff options
Diffstat (limited to 'python')
-rw-r--r-- | python/servo/bootstrap_commands.py | 1 |
1 files changed, 1 insertions, 0 deletions
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", ] |