# Copyright 2021 The Fuchsia Authors. All rights reserved. | |
# Use of this source code is governed by a BSD-style license that can be | |
# found in the LICENSE file. | |
# Build target for updating the artifact_lock.json file | |
load("@rules_fuchsia//fuchsia:defs.bzl", "artifact_lock_updater") | |
exports_files(["artifact_lock.json"]) | |
artifact_lock_updater( | |
name = "artifact_lock_updater", | |
out_path = "artifact_lock.json", | |
spec_file = "artifact_spec.json", | |
) |