Skip to content

Commit

Permalink
Merge #327 by Bencodes: Make providers_bzl public
Browse files Browse the repository at this point in the history
External rules can't depend on these providers in their `bzl_library` if this is kept private to subpackages.
Closes #327

COPYBARA_INTEGRATE_REVIEW=#327 from Bencodes:patch-14 2dbebf3
PiperOrigin-RevId: 715968935
Change-Id: I7dfc8a22d49c08e4061dd209c913f656e1352f42
  • Loading branch information
Bencodes authored and copybara-github committed Jan 15, 2025
1 parent 0802753 commit a66d109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ bzl_library(
srcs = [
"providers.bzl",
],
visibility = ["//:__subpackages__"],
visibility = ["//visibility:public"],
deps = ["//rules:visibility_bzl"],
)

0 comments on commit a66d109

Please sign in to comment.