aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/c/BUILD
diff options
context:
space:
mode:
authorGravatar Richard Wei <rxwei@google.com>2018-02-28 14:43:39 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-02-28 14:47:27 -0800
commitf28e4d6faf94c08464f430f9cd01ef32dde6ad46 (patch)
tree72e9e3ab213120131650eeffe96736d564ebb8ed /tensorflow/c/BUILD
parentb21969b1305b211cd08f8d628b6a5a0e7a9e16f8 (diff)
Package c_api_experimental.h in binary release distributions.
PiperOrigin-RevId: 187385913
Diffstat (limited to 'tensorflow/c/BUILD')
-rw-r--r--tensorflow/c/BUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/tensorflow/c/BUILD b/tensorflow/c/BUILD
index 5dfb743681..29ed957c9a 100644
--- a/tensorflow/c/BUILD
+++ b/tensorflow/c/BUILD
@@ -17,7 +17,10 @@ load(
filegroup(
name = "headers",
- srcs = ["c_api.h"],
+ srcs = [
+ "c_api.h",
+ "c_api_experimental.h",
+ ],
visibility = ["//tensorflow:__subpackages__"],
)