aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo
diff options
context:
space:
mode:
Diffstat (limited to 'python/servo')
-rw-r--r--python/servo/build_commands.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/servo/build_commands.py b/python/servo/build_commands.py
index 68ef29c0cfb..381186f2086 100644
--- a/python/servo/build_commands.py
+++ b/python/servo/build_commands.py
@@ -348,7 +348,8 @@ class MachCommands(CommandBase):
action='store_true',
help='Build in release mode')
def build_gonk(self, jobs=None, verbose=False, release=False):
- self.ensure_bootstrapped()
+ targets = ["arm-linux-androideabi"]
+ self.ensure_bootstrapped(targets=targets)
opts = []
if jobs is not None: