Remove obsolete alias to //external:cc_toolchain.

RELNOTES: None.
PiperOrigin-RevId: 306383589
Change-Id: Id1c4cebefb444d7bd76624ef05a623eafd75808d
This commit is contained in:
Googler 2020-04-13 23:43:49 -07:00 committed by Copybara-Service
parent 7c3170fe93
commit 67086db2c4
1 changed files with 0 additions and 13 deletions

View File

@ -65,19 +65,6 @@ filegroup(
srcs = [],
)
# This is the entry point for --crosstool_top. Toolchains are found
# by lopping off the name of --crosstool_top and searching for
# "cc-compiler-${CPU}" in this BUILD file, where CPU is the target CPU
# specified in --cpu.
#
# This file group should include
# * all cc_toolchain targets supported
# * all file groups that said cc_toolchain might refer to
alias(
name = "toolchain",
actual = "//external:cc_toolchain",
)
filegroup(
name = "srcs",
srcs = glob(["**"]),