Commit 8d6f8abe authored by Nico Hartmann's avatar Nico Hartmann Committed by Commit Bot

Add fuchsia/update_images.py to v8/DEPS

According to this change in chromium's DEPS
https://chromium-review.googlesource.com/c/chromium/src/+/2446832

Bug: chromium:1137317
No-Try: true
No-Presubmit: true
Change-Id: I2b9e804f151834b58b77db1aca591e2eade91243
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2465826
Commit-Queue: Nico Hartmann <nicohartmann@chromium.org>
Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Auto-Submit: Nico Hartmann <nicohartmann@chromium.org>
Cr-Commit-Position: refs/heads/master@{#70448}
parent 94953266
...@@ -519,12 +519,21 @@ hooks = [ ...@@ -519,12 +519,21 @@ hooks = [
'-o', 'build/util/LASTCHANGE'], '-o', 'build/util/LASTCHANGE'],
}, },
{ {
'name': 'fuchsia_sdk', 'name': 'Download Fuchsia SDK',
'pattern': '.', 'pattern': '.',
'condition': 'checkout_fuchsia', 'condition': 'checkout_fuchsia',
'action': [ 'action': [
'python', 'python',
'build/fuchsia/update_sdk.py', 'build/fuchsia/update_sdk.py',
],
},
{
'name': 'Download Fuchsia system images',
'pattern': '.',
'condition': 'checkout_fuchsia',
'action': [
'python',
'build/fuchsia/update_images.py',
'--boot-images={checkout_fuchsia_boot_images}', '--boot-images={checkout_fuchsia_boot_images}',
], ],
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment