From 2299ffe31d89a7b62d97681f812bddc9b790bf57 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Fri, 3 Mar 2017 06:55:10 -0800 Subject: [PATCH] Update build-file to expose framework/types.proto temporarily. Change: 149108576 --- tensorflow/core/BUILD | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tensorflow/core/BUILD b/tensorflow/core/BUILD index 129fca78d45..7977adbe9f6 100644 --- a/tensorflow/core/BUILD +++ b/tensorflow/core/BUILD @@ -197,6 +197,10 @@ tf_proto_library( visibility = ["//visibility:public"], ) +exports_files([ + "framework/types.proto", +]) + tf_proto_library( name = "protos_test", srcs = ["util/example_proto_fast_parsing_test.proto"],