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", ], )