diff --git a/tensorflow/tools/common/BUILD b/tensorflow/tools/common/BUILD index 5cc9fa67e6d..80b1e59f1a4 100644 --- a/tensorflow/tools/common/BUILD +++ b/tensorflow/tools/common/BUILD @@ -8,8 +8,6 @@ package( licenses = ["notice"], # Apache 2.0 ) -exports_files(["LICENSE"]) - py_library( name = "public_api", srcs = ["public_api.py"], diff --git a/tensorflow/tools/graph_transforms/BUILD b/tensorflow/tools/graph_transforms/BUILD index 12dfe038e8b..2f5eceb5e08 100644 --- a/tensorflow/tools/graph_transforms/BUILD +++ b/tensorflow/tools/graph_transforms/BUILD @@ -16,8 +16,6 @@ package( licenses = ["notice"], # Apache 2.0 ) -exports_files(["LICENSE"]) - cc_library( name = "transform_utils", srcs = [ diff --git a/tensorflow/tools/mlpbtxt/BUILD b/tensorflow/tools/mlpbtxt/BUILD index 68966404730..0786fc26512 100644 --- a/tensorflow/tools/mlpbtxt/BUILD +++ b/tensorflow/tools/mlpbtxt/BUILD @@ -9,10 +9,7 @@ package( licenses = ["notice"], # Apache 2.0 ) -exports_files([ - "LICENSE", - "placeholder.txt", -]) +exports_files(["placeholder.txt"]) tf_cc_binary( name = "tomlpbtxt", diff --git a/tensorflow/tools/optimization/BUILD b/tensorflow/tools/optimization/BUILD index 14db4f77232..08df199bf4d 100644 --- a/tensorflow/tools/optimization/BUILD +++ b/tensorflow/tools/optimization/BUILD @@ -13,8 +13,6 @@ package( licenses = ["notice"], # Apache 2.0 ) -exports_files(["LICENSE"]) - tf_cuda_library( name = "optimization_pass_runner_lib", srcs = ["optimization_pass_runner.cc"], diff --git a/tensorflow/tools/proto_text/BUILD b/tensorflow/tools/proto_text/BUILD index 105151c18cf..19ed935b38f 100644 --- a/tensorflow/tools/proto_text/BUILD +++ b/tensorflow/tools/proto_text/BUILD @@ -26,10 +26,7 @@ package( licenses = ["notice"], # Apache 2.0 ) -exports_files([ - "LICENSE", - "placeholder.txt", -]) +exports_files(["placeholder.txt"]) cc_binary( name = "gen_proto_text_functions", diff --git a/tensorflow/tools/test/BUILD b/tensorflow/tools/test/BUILD index 30c8d991b5f..f314dcfff11 100644 --- a/tensorflow/tools/test/BUILD +++ b/tensorflow/tools/test/BUILD @@ -12,10 +12,7 @@ package( licenses = ["notice"], # Apache 2.0 ) -exports_files([ - "LICENSE", - "run_and_gather_logs_lib.py", -]) +exports_files(["run_and_gather_logs_lib.py"]) py_library( name = "system_info_lib",