aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/BUILD
diff options
context:
space:
mode:
authorGravatar Manjunath Kudlur <keveman@google.com>2017-03-07 20:39:31 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-03-07 20:46:41 -0800
commite83a041dd51dcef9df357375b9f9ad7cc62039f2 (patch)
treeaa5a327dd658cbc0da3780d6b00bc00532cc04e3 /tensorflow/python/BUILD
parent6f00d6a8fff6a32e7cf95449420e340ce8fa8f21 (diff)
Depend on protobuf's header only library when building custom ops
Change: 149501122
Diffstat (limited to 'tensorflow/python/BUILD')
-rw-r--r--tensorflow/python/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/python/BUILD b/tensorflow/python/BUILD
index f2d32f45b6..77a7a93eab 100644
--- a/tensorflow/python/BUILD
+++ b/tensorflow/python/BUILD
@@ -254,8 +254,8 @@ cc_binary(
}),
linkshared = 1,
deps = [
- "//:protobuf_headers",
"//tensorflow/core:framework_headers_lib",
+ "@protobuf//:protobuf_headers",
],
)