aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/tensor_forest/hybrid/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/contrib/tensor_forest/hybrid/BUILD
parent6f00d6a8fff6a32e7cf95449420e340ce8fa8f21 (diff)
Depend on protobuf's header only library when building custom ops
Change: 149501122
Diffstat (limited to 'tensorflow/contrib/tensor_forest/hybrid/BUILD')
-rw-r--r--tensorflow/contrib/tensor_forest/hybrid/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/contrib/tensor_forest/hybrid/BUILD b/tensorflow/contrib/tensor_forest/hybrid/BUILD
index 74a02142a7..8a8263c801 100644
--- a/tensorflow/contrib/tensor_forest/hybrid/BUILD
+++ b/tensorflow/contrib/tensor_forest/hybrid/BUILD
@@ -67,9 +67,9 @@ cc_library(
"core/ops/utils.h",
],
deps = [
- "//:protobuf_headers",
"//tensorflow/core:framework_headers_lib",
"//third_party/eigen3",
+ "@protobuf//:protobuf_headers",
],
)