Skip to content

Commit 083de5f

Browse files
Fix proto_info_bzl (#18918)
Needed for generating proto docs. PiperOrigin-RevId: 687840303 Co-authored-by: Protobuf Team Bot <[email protected]>
1 parent f25389b commit 083de5f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bazel/common/BUILD

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ bzl_library(
2323
],
2424
visibility = ["//visibility:public"],
2525
deps = [
26-
"//bazel/private:native_bzl",
26+
"//bazel/private:proto_info_bzl",
27+
"@proto_bazel_features//:features",
2728
],
2829
)
2930

0 commit comments

Comments
 (0)