parent
f79be3e55c
commit
729f444db2
1 changed files with 1 additions and 1 deletions
@ -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…
Reference in new issue