Fix proto_info_bzl

Needed for generating proto docs.

PiperOrigin-RevId: 688143120
pull/18916/head
Protobuf Team Bot 3 months ago committed by Copybara-Service
parent a98b0bec43
commit 34019f4517
  1. 3
      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",
],
)

Loading…
Cancel
Save