aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA Googler <no-reply@google.com>2024-02-12 08:45:31 -0800
committerBlaze Rules Copybara <blaze-rules+copybara@google.com>2024-02-12 08:46:27 -0800
commitdec2b5cfe965c00eb49d7d4ca7b6a44f9667bbe5 (patch)
treead0409b896bc63e6cc50af8518a26f7fe8bbaa47
parentd776e6ee4fe14d1a1a61c17e23798972bc617a95 (diff)
downloadbazelbuild-rules-proto-dec2b5cfe965c00eb49d7d4ca7b6a44f9667bbe5.tar.gz
Internal change
PiperOrigin-RevId: 606264238
-rw-r--r--proto/BUILD14
-rw-r--r--proto/private/rules/BUILD2
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
@@ -20,6 +20,12 @@ bzl_library(
)
bzl_library(
+ name = "repositories",
+ srcs = ["repositories.bzl"],
+ visibility = ["//visibility:public"],
+)
+
+bzl_library(
name = "proto_lang_toolchain",
srcs = [
"proto_lang_toolchain.bzl",
@@ -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__",