Skip to content

Commit d5b0f10

Browse files
chsiggcopybara-github
authored andcommitted
Remove @xla prefix from labels in repository macros.
This change updates references within repo macros from `Label(@xla//...)` to `Label(//...)`. They are redundant, and not explicitly referencing the xla repo is better because it's called local_xla in TensorFlow. PiperOrigin-RevId: 813083017
1 parent b426498 commit d5b0f10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

third_party/remote_config/remote_platform_configure.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def _remote_platform_configure_impl(repository_ctx):
3838

3939
repository_ctx.template(
4040
"BUILD",
41-
Label("@xla//third_party/remote_config:BUILD.tpl"),
41+
Label("//third_party/remote_config:BUILD.tpl"),
4242
{
4343
"%{platform}": platform,
4444
"%{exec_properties}": serialized_exec_properties,

0 commit comments

Comments
 (0)