Remove the main repo reference.
PiperOrigin-RevId: 296251652
Change-Id: Ide83f2957a08b688838d8de7af92fd1cc36369e5
diff --git a/third_party/tensorrt/tensorrt_configure.bzl b/third_party/tensorrt/tensorrt_configure.bzl
index 6bd7104..9c980a9 100644
--- a/third_party/tensorrt/tensorrt_configure.bzl
+++ b/third_party/tensorrt/tensorrt_configure.bzl
@@ -75,7 +75,7 @@
# Copy license file in non-remote build.
repository_ctx.template(
"LICENSE",
- Label("@org_tensorflow//third_party/tensorrt:LICENSE"),
+ Label("//third_party/tensorrt:LICENSE"),
{},
)
@@ -136,7 +136,7 @@
# Copy license file in non-remote build.
repository_ctx.template(
"LICENSE",
- Label("@org_tensorflow//third_party/tensorrt:LICENSE"),
+ Label("//third_party/tensorrt:LICENSE"),
{},
)