aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/BUILD')
-rw-r--r--tensorflow/BUILD9
1 files changed, 9 insertions, 0 deletions
diff --git a/tensorflow/BUILD b/tensorflow/BUILD
index 226c28994f..a3e6aadc22 100644
--- a/tensorflow/BUILD
+++ b/tensorflow/BUILD
@@ -54,6 +54,15 @@ cc_binary(
],
)
+cc_binary(
+ name = "libtensorflow_cc.so",
+ linkshared = 1,
+ deps = [
+ "//tensorflow/cc:cc_ops",
+ "//tensorflow/core:tensorflow",
+ ],
+)
+
py_library(
name = "tensorflow_py",
srcs = ["__init__.py"],