aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/tensor_forest/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/contrib/tensor_forest/BUILD')
-rw-r--r--tensorflow/contrib/tensor_forest/BUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/contrib/tensor_forest/BUILD b/tensorflow/contrib/tensor_forest/BUILD
index e00b1623a0..5f5be7c073 100644
--- a/tensorflow/contrib/tensor_forest/BUILD
+++ b/tensorflow/contrib/tensor_forest/BUILD
@@ -53,7 +53,7 @@ cc_library(
":tree_utils",
"//tensorflow/core:framework_headers_lib",
"//third_party/eigen3",
- "@protobuf//:protobuf_headers",
+ "@protobuf_archive//:protobuf_headers",
],
alwayslink = 1,
)
@@ -356,7 +356,7 @@ cc_library(
deps = [
"//tensorflow/core:framework_headers_lib",
"//third_party/eigen3",
- "@protobuf//:protobuf_headers",
+ "@protobuf_archive//:protobuf_headers",
],
)