blob: c817ce08db0d55246cd95ebc1b78284ddc11bc5b [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.
""" Provides support for host toolchains to be used in infrastructure builds.
The toolchains provided here are intended to replace pre-installed host
toolchains which are not available in infra builders. These toolchains are not
meant to build products for fuchsia but rather are intended to support host
side compilation of tooling used during the build process. These toolchains
will only ever be used to target the local platform.
"""
load(
"//infra/private:host_clang_toolchain.bzl",
_configure_fuchsia_clang_host_toolchain = "configure_fuchsia_clang_host_toolchain",
)
configure_fuchsia_clang_host_toolchain = _configure_fuchsia_clang_host_toolchain