From eaedb464a0a7e3f20c8d5d1c589ebfb57c3f8792 Mon Sep 17 00:00:00 2001 From: Yifei Feng Date: Thu, 20 Feb 2020 11:04:20 -0800 Subject: [PATCH] Remove the main repo reference. PiperOrigin-RevId: 296251652 Change-Id: Ide83f2957a08b688838d8de7af92fd1cc36369e5 --- third_party/tensorrt/tensorrt_configure.bzl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/third_party/tensorrt/tensorrt_configure.bzl b/third_party/tensorrt/tensorrt_configure.bzl index 6bd71049248..9c980a92cf8 100644 --- a/third_party/tensorrt/tensorrt_configure.bzl +++ b/third_party/tensorrt/tensorrt_configure.bzl @@ -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"), {}, )