Skip to content

Commit c138c71

Browse files
A GooglerBlaze Rules Copybara
A Googler
authored and
Blaze Rules Copybara
committed
No public description
PiperOrigin-RevId: 695657735
1 parent 81772f6 commit c138c71

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

proto/proto_common.bzl

+5-1
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,14 @@
1818
"""proto_common module"""
1919

2020
load("@com_google_protobuf//bazel/common:proto_common.bzl", _proto_common = "proto_common")
21-
load("@com_google_protobuf//bazel/common:proto_lang_toolchain_info.bzl", "ProtoLangToolchainInfo")
21+
load("@com_google_protobuf//bazel/common:proto_lang_toolchain_info.bzl", _ProtoLangToolchainInfo = "ProtoLangToolchainInfo")
2222

23+
# Deprecated: use protobuf directly.
2324
proto_common = _proto_common # reexport proto_common for current users
2425

26+
# Deprecated: use protobuf directly.
27+
ProtoLangToolchainInfo = _ProtoLangToolchainInfo
28+
2529
def _incompatible_toolchains_enabled():
2630
return getattr(proto_common, "INCOMPATIBLE_ENABLE_PROTO_TOOLCHAIN_RESOLUTION", False)
2731

0 commit comments

Comments
 (0)