aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/cc/BUILD
diff options
context:
space:
mode:
authorGravatar Gunhan Gulsoy <gunan@google.com>2018-06-22 10:04:46 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-06-22 10:07:34 -0700
commitaa191c15adf00ac6e5fdb55996746af7468b5d8b (patch)
treea86809569fef4b910b55275a00a35372f4605da5 /tensorflow/cc/BUILD
parent40ff081cd88efb73eee745f85c374efdb7c20542 (diff)
Avoid double linking tf framework when building op_gen_wrappers.
PiperOrigin-RevId: 201701040
Diffstat (limited to 'tensorflow/cc/BUILD')
-rw-r--r--tensorflow/cc/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/cc/BUILD b/tensorflow/cc/BUILD
index 079e063d3e..a98f0b00b2 100644
--- a/tensorflow/cc/BUILD
+++ b/tensorflow/cc/BUILD
@@ -530,7 +530,7 @@ cc_library_with_android_deps(
"//tensorflow/core/api_def:base_api_def",
],
deps = [
- "//tensorflow/core:framework",
+ "//tensorflow/core:framework_headers_lib",
"//tensorflow/core:lib",
"//tensorflow/core:lib_internal",
"//tensorflow/core:op_gen_lib",