aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/docgen/templates/attributes/common/toolchains.html
blob: bf5d95d4a5a175a08e9e6d81e8dcd1a9217faf4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<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> 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>