Make example+protos target public

PiperOrigin-RevId: 334635077
Change-Id: I86313fc2f6bf5d9c2e3f6dbd6b100e8ac0fd7e1f
This commit is contained in:
Gunhan Gulsoy 2020-09-30 10:57:03 -07:00 committed by TensorFlower Gardener
parent 4c52286c87
commit a2487a406b

View File

@ -91,9 +91,6 @@ filegroup(
],
)
# TODO(bmzhao): Split this target into separate tf_proto_libraries.
# This target is a holdover from the target tensorflow/core:example_protos,
# but splitting it while require multiple LSCs.
tf_proto_library(
name = "example_protos",
srcs = [
@ -102,9 +99,7 @@ tf_proto_library(
],
cc_api_version = 2,
make_default_target_header_only = True,
tags = [
"alt_dep=//third_party/tensorflow/core:protos_all",
],
visibility = ["//visibility:public"],
)
tf_proto_library(