Consolidate exports_files lines to a single block.

PiperOrigin-RevId: 272076286
This commit is contained in:
Brian Atkinson 2019-09-30 15:14:04 -07:00 committed by TensorFlower Gardener
parent 5471ed4915
commit 9a868ea56c

View File

@ -167,12 +167,14 @@ package_group(
)
# Export the BUILD file so automated tooling can check licenses
exports_files(["BUILD"])
exports_files([
"BUILD",
"framework/types.proto",
"ops/ops.pbtxt",
])
package_group(name = "experimental_access")
exports_files(["ops/ops.pbtxt"])
# -----------------------------------------------------------------------------
# Public targets
@ -313,10 +315,6 @@ closure_proto_library(
deps = [":example_protos"],
)
exports_files([
"framework/types.proto",
])
tf_proto_library(
name = "protos_test",
srcs = ["util/example_proto_fast_parsing_test.proto"],