Make example+protos target public
PiperOrigin-RevId: 334635077 Change-Id: I86313fc2f6bf5d9c2e3f6dbd6b100e8ac0fd7e1f
This commit is contained in:
parent
4c52286c87
commit
a2487a406b
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user