From dec2b5cfe965c00eb49d7d4ca7b6a44f9667bbe5 Mon Sep 17 00:00:00 2001 From: A Googler Date: Mon, 12 Feb 2024 08:45:31 -0800 Subject: Internal change PiperOrigin-RevId: 606264238 --- proto/BUILD | 14 ++++++-------- proto/private/rules/BUILD | 2 +- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/proto/BUILD b/proto/BUILD index 096425a..bc863ea 100644 --- a/proto/BUILD +++ b/proto/BUILD @@ -19,6 +19,12 @@ bzl_library( ], ) +bzl_library( + name = "repositories", + srcs = ["repositories.bzl"], + visibility = ["//visibility:public"], +) + bzl_library( name = "proto_lang_toolchain", srcs = [ @@ -47,14 +53,6 @@ bzl_library( ], ) -bzl_library( - name = "repositories", - srcs = [ - "repositories.bzl", - ], - visibility = ["//visibility:public"], -) - # Toolchain type provided by proto_toolchain rule and used by proto_library toolchain_type( name = "toolchain_type", diff --git a/proto/private/rules/BUILD b/proto/private/rules/BUILD index 61ec702..437109b 100644 --- a/proto/private/rules/BUILD +++ b/proto/private/rules/BUILD @@ -18,7 +18,7 @@ bzl_library( srcs = [ "proto_toolchain.bzl", "proto_toolchain_rule.bzl", - "@bazel_features//:bzl_files", + "@bazel_features//:features", ], visibility = [ "//proto:__subpackages__", -- cgit v1.2.3