Restore toolchain configs for Bazel 0.5.2 in its old location.

This change let old --crosstool_top and --java_toolchain values continue
to work.

Change-Id: I70cd4f02e0be2f33dc445f0e6ce2b2e09600f68c
5 files changed
tree: f989c27630926868b20d8ec358a3a69aa4fa6b0d
  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.