From a2487a406b53970b836d9af524f1aa55e82e7974 Mon Sep 17 00:00:00 2001 From: Gunhan Gulsoy Date: Wed, 30 Sep 2020 10:57:03 -0700 Subject: [PATCH] Make example+protos target public PiperOrigin-RevId: 334635077 Change-Id: I86313fc2f6bf5d9c2e3f6dbd6b100e8ac0fd7e1f --- tensorflow/core/example/BUILD | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/tensorflow/core/example/BUILD b/tensorflow/core/example/BUILD index 5c5168d295f..c0886900c69 100644 --- a/tensorflow/core/example/BUILD +++ b/tensorflow/core/example/BUILD @@ -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(