diff --git a/cc/BUILD b/cc/BUILD index 9a01f92..1038a03 100644 --- a/cc/BUILD +++ b/cc/BUILD @@ -1 +1,4 @@ -# Intentionally left empty +alias( + name = "toolchain_type", + actual = "@bazel_tools//tools/cpp:toolchain_type", +)