blob: c4236d37a61b0e21aca2b6ca3f74cf2c78b33483 [file] [log] [blame]
# Copyright 2025 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 this in args.gn to list bazel_action() labels that are not
# reachable from //:default, but that may be built locally
# during development. This is required to ensure their @gn_targets_dir
# directories are generated at generation time, and to perform queries
# on the Bazel graph correctly.
extra_bazel_build_action_labels = []
}