Internal change

PiperOrigin-RevId: 729002759
pull/20374/head
Protobuf Team Bot 2 months ago committed by Copybara-Service
parent f79be3e55c
commit 729f444db2
  1. 2
      bazel/common/proto_info.bzl

@ -1,7 +1,7 @@
"""ProtoInfo"""
load("@proto_bazel_features//:features.bzl", "bazel_features")
load("//bazel/private:proto_info.bzl", _ProtoInfo = "ProtoInfo") # buildifier: disable=bzl-visibility
load("//bazel/private:proto_info.bzl", _ProtoInfo = "ProtoInfo")
# This resolves to Starlark ProtoInfo in Bazel 8 or with --incompatible_enable_autoload flag
ProtoInfo = getattr(bazel_features.globals, "ProtoInfo", None) or _ProtoInfo

Loading…
Cancel
Save