Add license header to toolchain configs.

Change-Id: Id44686a929559e54e26316d7dcfadfcb45bbfca8
11 files changed
tree: 2a0dc2e7f6d702e819bcea546a6177b74d7ad37a
  1. configs/
  2. .gitignore
  3. AUTHORS
  4. CONTRIBUTING.md
  5. CONTRIBUTORS
  6. LICENSE
  7. README.md
README.md

bazel-toolchains

https://github.com/bazelbuild/bazel-toolchains is a repository where Google hosts Bazel configuration artifacts. These artifacts are required to configure Bazel to issue commands that will execute inside a Docker container via a remote execution environment.

These artifacts include the C/C++ CROSSTOOL file, BUILD files with toolchain rules, wrapper scripts, and necessary signature files for validating the files in this repository.

This repository also hosts the skylark rule used to generate toolchain artifacts.