aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/BUILD
diff options
context:
space:
mode:
authorGravatar Richard Wei <rxwei@google.com>2018-02-26 13:06:59 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-02-26 13:10:59 -0800
commitc7ea6ace71ed503a316cc5eb3dd087c5e7709725 (patch)
treec2a61ce32bd19a25ddc63f0615b7afbbb695d373 /tensorflow/BUILD
parentda492741630f62bfd4f8475fa532ef216f0d2bfd (diff)
Include c_api_experimental in libtensorflow.so's dependencies.
PiperOrigin-RevId: 187068103
Diffstat (limited to 'tensorflow/BUILD')
-rw-r--r--tensorflow/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/BUILD b/tensorflow/BUILD
index 2e71783b0d..a4e7602bea 100644
--- a/tensorflow/BUILD
+++ b/tensorflow/BUILD
@@ -779,6 +779,7 @@ tf_cc_shared_object(
}),
deps = [
"//tensorflow/c:c_api",
+ "//tensorflow/c:c_api_experimental",
"//tensorflow/c:exported_symbols.lds",
"//tensorflow/c:version_script.lds",
"//tensorflow/c/eager:c_api",