Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion python/proto/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,8 @@
package(default_visibility = ["//visibility:public"])

# Toolchain type provided by proto_lang_toolchain rule and used by py_proto_library
toolchain_type(name = "toolchain_type")
# Alias is here to provide backward-compatibility; see #2604
alias(
name = "toolchain_type",
actual = "@com_google_protobuf//bazel/private:python_toolchain_type",
)
Loading