blob: 1acf0efb6aa37ad02dae905179a4b7ef49b72802 [file] [log] [blame]
# Copyright 2020 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.
import("//build/toolchain/variant_toolchain_suite.gni")
import("//build/toolchain/zircon/zircon_toolchain.gni")
template("zircon_toolchain_suite") {
variant_toolchain_suite(target_name) {
toolchain_template = "zircon_toolchain"
forward_variables_from(invoker, "*")
}
}
set_defaults("zircon_toolchain_suite") {
with_shared = true
}