diff options
author | Glenn Watson <gw@intuitionlibrary.com> | 2014-12-11 10:58:06 +1000 |
---|---|---|
committer | Glenn Watson <gw@intuitionlibrary.com> | 2014-12-11 10:58:06 +1000 |
commit | 738e1643d6e65ebcbdd7ad418271685b90cd7e0f (patch) | |
tree | b5806ae6f17f8299a1174fab19989da1993f99a8 /python/servo/devenv_commands.py | |
parent | 9bf1d1862a141dcf75d585d7ae5675d4e86a4c0d (diff) | |
download | servo-738e1643d6e65ebcbdd7ad418271685b90cd7e0f.tar.gz servo-738e1643d6e65ebcbdd7ad418271685b90cd7e0f.zip |
Update ./mach update-cargo to include gonk Cargo.lock
Diffstat (limited to 'python/servo/devenv_commands.py')
-rw-r--r-- | python/servo/devenv_commands.py | 3 |
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): |