From 083de5faeb2d7a1940d1028c317a4a8bad60fe07 Mon Sep 17 00:00:00 2001 From: Ivo List Date: Mon, 21 Oct 2024 18:04:05 +0200 Subject: [PATCH] Fix proto_info_bzl (#18918) Needed for generating proto docs. PiperOrigin-RevId: 687840303 Co-authored-by: Protobuf Team Bot --- bazel/common/BUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bazel/common/BUILD b/bazel/common/BUILD index 4d95717321342..073e564114b0a 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", ], )