aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/BUILD
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-09-07 17:06:39 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-09-07 17:12:20 -0700
commit22fa861e03c75c0cf4eb6ee2d81b8c1c17c0982b (patch)
tree517b7faf188051e236c429f849b1fec02cb58cb7 /tensorflow/core/BUILD
parent74f8303d59bcceb8f81e407eb92fac70662c4697 (diff)
Add missing dependency to tensorflow/core:common_runtime/mkl_threadpool_device_test.
PiperOrigin-RevId: 212060726
Diffstat (limited to 'tensorflow/core/BUILD')
-rw-r--r--tensorflow/core/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/core/BUILD b/tensorflow/core/BUILD
index 38eb49760c..79ad3b8e54 100644
--- a/tensorflow/core/BUILD
+++ b/tensorflow/core/BUILD
@@ -3728,6 +3728,7 @@ tf_cc_test_mkl(
":core_cpu_internal",
":framework",
":framework_internal",
+ ":lib",
":test",
":test_main",
":testlib",