blob: 6ad6c28f1948b22ec6fd1c13bf54f830f38b2134 [file] [log] [blame]
# Copyright 2022 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.
declare_args() {
# Set to true for the golden_file template to implicitly write updated goldens
# instead of failing the action or test.
update_goldens = false
# TODO(fxbug.dev/100321): delete bless_goldens, to give users time to switch to new gn arg, update_goldens
bless_goldens = false
}
assert(
!bless_goldens,
"bless_goldens has been renamed to update_goldens. Please update `fx args`.")