mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
auto merge of #4322 : glennw/servo/gonk-update-cargo, r=larsbergstrom
This commit is contained in:
commit
80756a11d2
1 changed files with 2 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue