mirror of
https://github.com/servo/servo.git
synced 2025-06-22 08:08:59 +01:00
Update ./mach update-cargo to include gonk Cargo.lock
This commit is contained in:
parent
9bf1d1862a
commit
738e1643d6
1 changed files with 2 additions and 1 deletions
|
@ -36,7 +36,8 @@ class MachCommands(CommandBase):
|
||||||
|
|
||||||
cargo_paths = [path.join('components', 'servo'),
|
cargo_paths = [path.join('components', 'servo'),
|
||||||
path.join('ports', 'cef'),
|
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:
|
for cargo_path in cargo_paths:
|
||||||
with cd(cargo_path):
|
with cd(cargo_path):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue