aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--python/servo/devenv_commands.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/servo/devenv_commands.py b/python/servo/devenv_commands.py
index 23bfa9b8261..bbb602469f2 100644
--- a/python/servo/devenv_commands.py
+++ b/python/servo/devenv_commands.py
@@ -36,7 +36,8 @@ class MachCommands(CommandBase):
cargo_paths = [path.join('components', 'servo'),
path.join('ports', 'cef'),
- path.join('ports', 'android', 'glut_app')]
+ path.join('ports', 'android', 'glut_app'),
+ path.join('ports', 'gonk')]
for cargo_path in cargo_paths:
with cd(cargo_path):