Skip to content

Commit

Permalink
Internal change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 606264238
  • Loading branch information
A Googler authored and Blaze Rules Copybara committed Feb 12, 2024
1 parent d776e6e commit dec2b5c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
14 changes: 6 additions & 8 deletions proto/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ bzl_library(
],
)

bzl_library(
name = "repositories",
srcs = ["repositories.bzl"],
visibility = ["//visibility:public"],
)

bzl_library(
name = "proto_lang_toolchain",
srcs = [
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion proto/private/rules/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ bzl_library(
srcs = [
"proto_toolchain.bzl",
"proto_toolchain_rule.bzl",
"@bazel_features//:bzl_files",
"@bazel_features//:features",
],
visibility = [
"//proto:__subpackages__",
Expand Down

0 comments on commit dec2b5c

Please sign in to comment.