aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/docgen/templates/attributes/common/toolchains.html
blob: 46b82141b98a212ffc30d5b6621cf5de90692fb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<p><code>List of <a href="../build-ref.html#labels">labels</a>; optional</code></p>

<p>
The set of
<a href="../toolchains.html">toolchains</a>
<a href="toolchains.html">toolchains</a>
this rule has access to.
</p>

</p>Targets listed here are the set of toolchains whose <a href="${link make-variables}">Make
variables</a> the rule is allowed to access.</a> These rules are either rules that provide
the <code>TemplateVariableInfo</code> provider or special targets for toolchain types built into
Bazel. These include:

<ul>
    <li><code>@bazel_tools//tools/cpp:current_cc_toolchain</code>
  <li><code>@bazel_tools//tools/cpp:current_java_runtime</code>
  </ul>