mirror of https://github.com/bazelbuild/rules_cc
Cleanup uses of ctoolchain migration
BEGIN_PUBLIC Internal change END_PUBLIC PiperOrigin-RevId: 606195771 Change-Id: I2c6ef2bd57991c6fe65e1bf49a67f3250c12724d
This commit is contained in:
parent
db151d0a26
commit
760de9ef32
|
@ -131,11 +131,6 @@ filegroup(
|
|||
],
|
||||
)
|
||||
|
||||
exports_files([
|
||||
"cc_toolchain_config_comparator.bzl",
|
||||
"ctoolchain_compare.bzl",
|
||||
])
|
||||
|
||||
bzl_library(
|
||||
name = "ctoolchain_compare_bzl",
|
||||
srcs = ["ctoolchain_compare.bzl"],
|
||||
|
|
Loading…
Reference in New Issue