Update build-file to expose framework/types.proto temporarily.

Change: 149108576
This commit is contained in:
A. Unique TensorFlower 2017-03-03 06:55:10 -08:00 committed by TensorFlower Gardener
parent c91e568a0e
commit 2299ffe31d

View File

@ -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"],