aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/BUILD
diff options
context:
space:
mode:
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",
],
)