We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2941df commit e95f95fCopy full SHA for e95f95f
python/proto/BUILD.bazel
@@ -15,4 +15,8 @@
15
package(default_visibility = ["//visibility:public"])
16
17
# Toolchain type provided by proto_lang_toolchain rule and used by py_proto_library
18
-toolchain_type(name = "toolchain_type")
+# Alias is here to provide backward-compatibility; see #2604
19
+alias(
20
+ name = "toolchain_type",
21
+ actual = "@com_google_protobuf//bazel/private:python_toolchain_type",
22
+)
0 commit comments