aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar jcater <jcater@google.com>2018-05-29 08:54:02 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-05-29 08:55:48 -0700
commitbf1ac7e0a1371bb3325e6860acdf27b1f8bfa0d1 (patch)
tree3933eb6e771f786279369a06e0bce93975737887 /tools
parent072cf92c7d83b89362584bfbbefae76a37c1dcef (diff)
Change uses of cc_toolchain_type back to plain toolchain_type.
This is a prequisite to removing cc_toolchain_type entirely. PiperOrigin-RevId: 198402472
Diffstat (limited to 'tools')
-rw-r--r--tools/cpp/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/cpp/BUILD b/tools/cpp/BUILD
index 68886db19f..e6319b2d32 100644
--- a/tools/cpp/BUILD
+++ b/tools/cpp/BUILD
@@ -17,7 +17,7 @@ package(default_visibility = ["//visibility:public"])
licenses(["notice"]) # Apache 2.0
# The toolchain type used to distinguish cc toolchains.
-cc_toolchain_type(name = "toolchain_type")
+toolchain_type(name = "toolchain_type")
# It is frequently necessary to constrain platforms based on the cc compiler type.
constraint_setting(name = "cc_compiler")