Add //cc:toolchain_type alias to allow forward migration with Bazel 0.27

This target will eventually be the canonical place for C++ toolchain
type. Currently the actual target resides in @bazel_tools, but that will
soon change.
This commit is contained in:
Marcel Hlopko 2019-05-27 09:09:16 +02:00
parent 96eb170c6e
commit e283f126b5
1 changed files with 4 additions and 1 deletions

View File

@ -1 +1,4 @@
# Intentionally left empty
alias(
name = "toolchain_type",
actual = "@bazel_tools//tools/cpp:toolchain_type",
)