Remove the main repo reference.
PiperOrigin-RevId: 296251652 Change-Id: Ide83f2957a08b688838d8de7af92fd1cc36369e5
This commit is contained in:
parent
1fa03ff291
commit
eaedb464a0
|
@ -75,7 +75,7 @@ def _create_dummy_repository(repository_ctx):
|
||||||
# Copy license file in non-remote build.
|
# Copy license file in non-remote build.
|
||||||
repository_ctx.template(
|
repository_ctx.template(
|
||||||
"LICENSE",
|
"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.
|
# Copy license file in non-remote build.
|
||||||
repository_ctx.template(
|
repository_ctx.template(
|
||||||
"LICENSE",
|
"LICENSE",
|
||||||
Label("@org_tensorflow//third_party/tensorrt:LICENSE"),
|
Label("//third_party/tensorrt:LICENSE"),
|
||||||
{},
|
{},
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue