aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/BUILD
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-09-22 00:20:00 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-09-22 00:24:02 -0700
commit7832d2c3a84c79c0dc76a7ed1f6560707a294f22 (patch)
treec5c1a8c2606bc7f00144e9a30f35fdd018a4e35b /tensorflow/BUILD
parent6f0bdfd788ebaaa55c2b4022c70c8bad2cc5dd2c (diff)
Make C libraries publicly visible so other repos can depend on TensorFlow's C API.
PiperOrigin-RevId: 214093482
Diffstat (limited to 'tensorflow/BUILD')
-rw-r--r--tensorflow/BUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/tensorflow/BUILD b/tensorflow/BUILD
index c8e24e3aff..a6f782ba3d 100644
--- a/tensorflow/BUILD
+++ b/tensorflow/BUILD
@@ -564,6 +564,7 @@ tf_cc_shared_object(
"$(location //tensorflow/c:version_script.lds)",
],
}),
+ visibility = ["//visibility:public"],
deps = [
"//tensorflow/c:c_api",
"//tensorflow/c:c_api_experimental",
@@ -588,6 +589,7 @@ tf_cc_shared_object(
"$(location //tensorflow:tf_version_script.lds)",
],
}),
+ visibility = ["//visibility:public"],
deps = [
"//tensorflow:tf_exported_symbols.lds",
"//tensorflow:tf_version_script.lds",