From 52691919e8871c77613eccef617702c5e5a93876 Mon Sep 17 00:00:00 2001 From: Protobuf Team Bot Date: Sun, 20 Oct 2024 06:36:40 -0700 Subject: [PATCH] Fix proto_info_bzl Needed for generating proto docs. PiperOrigin-RevId: 687840303 --- bazel/common/BUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bazel/common/BUILD b/bazel/common/BUILD index 4d9571732134..073e564114b0 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", ], )