Skip to content

Commit

Permalink
Fix proto_info_bzl (#18918)
Browse files Browse the repository at this point in the history
Needed for generating proto docs.

PiperOrigin-RevId: 687840303

Co-authored-by: Protobuf Team Bot <[email protected]>
  • Loading branch information
comius and protobuf-github-bot authored Oct 21, 2024
1 parent f25389b commit 083de5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bazel/common/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ bzl_library(
],
visibility = ["//visibility:public"],
deps = [
"//bazel/private:native_bzl",
"//bazel/private:proto_info_bzl",
"@proto_bazel_features//:features",
],
)

Expand Down

0 comments on commit 083de5f

Please sign in to comment.