aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/proto_text
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-08-28 11:27:16 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-08-28 11:31:36 -0700
commit86f5b7776e9e22efcd400ecff0d1d28f13c679e3 (patch)
tree7fb6cde2aec489581c7fb9f3d7280ea7704dba73 /tensorflow/tools/proto_text
parent298fdaf1da3288d982d90ea34e61beaa88c92411 (diff)
Fix ios_tensorflow_lib build failure on Mac.
PiperOrigin-RevId: 166731436
Diffstat (limited to 'tensorflow/tools/proto_text')
-rw-r--r--tensorflow/tools/proto_text/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/tools/proto_text/BUILD b/tensorflow/tools/proto_text/BUILD
index 6607f629e7..3a60c8c958 100644
--- a/tensorflow/tools/proto_text/BUILD
+++ b/tensorflow/tools/proto_text/BUILD
@@ -34,7 +34,7 @@ cc_binary(
visibility = ["//tensorflow:internal"],
deps = [
":gen_proto_text_functions_lib",
- "//tensorflow/core:lib",
+ "//tensorflow/core:lib_proto_parsing",
],
)