BUILD file cleanup

PiperOrigin-RevId: 334697755
Change-Id: I34b8a6d19c5e3733314707de345a891944657ce0
This commit is contained in:
A. Unique TensorFlower 2020-09-30 15:59:56 -07:00 committed by TensorFlower Gardener
parent f5236aa296
commit 03bc963659
6 changed files with 3 additions and 18 deletions

View File

@ -8,8 +8,6 @@ package(
licenses = ["notice"], # Apache 2.0
)
exports_files(["LICENSE"])
py_library(
name = "public_api",
srcs = ["public_api.py"],

View File

@ -16,8 +16,6 @@ package(
licenses = ["notice"], # Apache 2.0
)
exports_files(["LICENSE"])
cc_library(
name = "transform_utils",
srcs = [

View File

@ -9,10 +9,7 @@ package(
licenses = ["notice"], # Apache 2.0
)
exports_files([
"LICENSE",
"placeholder.txt",
])
exports_files(["placeholder.txt"])
tf_cc_binary(
name = "tomlpbtxt",

View File

@ -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"],

View File

@ -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",

View File

@ -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",