Skip to content

Commit

Permalink
Remove implicit dependencies of _allowlist_function_transition in t…
Browse files Browse the repository at this point in the history
…hird_party

Rules are not required to have an implicit dependencies on the transition allowlist since Bazel knows where the file is.

PiperOrigin-RevId: 610851366
  • Loading branch information
kotlaja authored and copybara-github committed Feb 27, 2024
1 parent c18416d commit 48d6a8f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,5 @@ _j2kt_web_enabled_j2cl_library = rule(
implementation = _j2kt_web_enabled_j2cl_library_impl,
attrs = {
"j2cl_library": attr.label(providers = [J2clInfo], cfg = _j2kt_web_transition),
"_allowlist_function_transition": attr.label(default = "@bazel_tools//tools/allowlists/function_transition_allowlist"),
},
)

0 comments on commit 48d6a8f

Please sign in to comment.