Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 695657735
  • Loading branch information
A Googler authored and Blaze Rules Copybara committed Nov 12, 2024
1 parent 81772f6 commit c138c71
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion proto/proto_common.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,14 @@
"""proto_common module"""

load("@com_google_protobuf//bazel/common:proto_common.bzl", _proto_common = "proto_common")
load("@com_google_protobuf//bazel/common:proto_lang_toolchain_info.bzl", "ProtoLangToolchainInfo")
load("@com_google_protobuf//bazel/common:proto_lang_toolchain_info.bzl", _ProtoLangToolchainInfo = "ProtoLangToolchainInfo")

# Deprecated: use protobuf directly.
proto_common = _proto_common # reexport proto_common for current users

# Deprecated: use protobuf directly.
ProtoLangToolchainInfo = _ProtoLangToolchainInfo

def _incompatible_toolchains_enabled():
return getattr(proto_common, "INCOMPATIBLE_ENABLE_PROTO_TOOLCHAIN_RESOLUTION", False)

Expand Down

0 comments on commit c138c71

Please sign in to comment.