From 34019f45178c2814f93dd7a479eb4ee66134974b Mon Sep 17 00:00:00 2001 From: Protobuf Team Bot Date: Mon, 21 Oct 2024 08:17:10 -0700 Subject: [PATCH] Fix proto_info_bzl Needed for generating proto docs. PiperOrigin-RevId: 688143120 --- bazel/common/BUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bazel/common/BUILD b/bazel/common/BUILD index 4d95717321..073e564114 100644 --- a/bazel/common/BUILD +++ b/bazel/common/BUILD @@ -23,7 +23,8 @@ bzl_library( ], visibility = ["//visibility:public"], deps = [ - "//bazel/private:native_bzl", + "//bazel/private:proto_info_bzl", + "@proto_bazel_features//:features", ], )