aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/core/BUILD')
-rw-r--r--tensorflow/core/BUILD6
1 files changed, 6 insertions, 0 deletions
diff --git a/tensorflow/core/BUILD b/tensorflow/core/BUILD
index 8c475cd232..5adf255332 100644
--- a/tensorflow/core/BUILD
+++ b/tensorflow/core/BUILD
@@ -202,6 +202,12 @@ tf_proto_library(
visibility = ["//visibility:public"],
)
+jspb_proto_library(
+ name = "protos_all_jspb_proto",
+ visibility = ["//visibility:public"],
+ deps = [":protos_all_cc"],
+)
+
exports_files([
"framework/types.proto",
])