Skip to content

Commit

Permalink
Add cc_proto_aspect to globals.bzl (#88)
Browse files Browse the repository at this point in the history
Works towards fixing issue reported in
protocolbuffers/protobuf#19576

Protobuf at head needs to expose either built-in or Starlark
cc_proto_aspect.
  • Loading branch information
comius authored Dec 18, 2024
1 parent abd658e commit 7cc3a36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions private/globals.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@ LEGACY_GLOBALS = {
"PyCcLinkParamsProvider": "8.0.0",
"PyInfo": "8.0.0",
"PyRuntimeInfo": "8.0.0",
"cc_proto_aspect": "8.0.0",
}

0 comments on commit 7cc3a36

Please sign in to comment.