Remove the main repo reference.

PiperOrigin-RevId: 296251652
Change-Id: Ide83f2957a08b688838d8de7af92fd1cc36369e5
This commit is contained in:
Yifei Feng 2020-02-20 11:04:20 -08:00 committed by TensorFlower Gardener
parent 1fa03ff291
commit eaedb464a0
1 changed files with 2 additions and 2 deletions

View File

@ -75,7 +75,7 @@ def _create_dummy_repository(repository_ctx):
# 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 @@ def _create_local_tensorrt_repository(repository_ctx):
# Copy license file in non-remote build.
repository_ctx.template(
"LICENSE",
Label("@org_tensorflow//third_party/tensorrt:LICENSE"),
Label("//third_party/tensorrt:LICENSE"),
{},
)