blob: f1cc5cde057dae451c50ff2ec643c80007d2060d [file] [log] [blame]
# Copyright 2023 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 to populate the @fuchsia_sdk external repository with prebuilt
# binaries for all supported target CPU architectures. By default, only those
# for the current build configuration's `target_cpu` value will be generated
# to save about 3 minutes of build time when they are not needed.
bazel_fuchsia_sdk_all_cpus = false
}