diff --git a/DEPS b/DEPS index 8fbc1e356b..3e3f4b2ff4 100644 --- a/DEPS +++ b/DEPS @@ -519,12 +519,21 @@ hooks = [ '-o', 'build/util/LASTCHANGE'], }, { - 'name': 'fuchsia_sdk', + 'name': 'Download Fuchsia SDK', 'pattern': '.', 'condition': 'checkout_fuchsia', 'action': [ 'python', '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}', ], },