aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/util/proto/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/core/util/proto/BUILD')
-rw-r--r--tensorflow/core/util/proto/BUILD10
1 files changed, 10 insertions, 0 deletions
diff --git a/tensorflow/core/util/proto/BUILD b/tensorflow/core/util/proto/BUILD
index ade14ed162..7e549c7764 100644
--- a/tensorflow/core/util/proto/BUILD
+++ b/tensorflow/core/util/proto/BUILD
@@ -60,3 +60,13 @@ cc_library(
],
alwayslink = 1,
)
+
+cc_library(
+ name = "proto_utils",
+ srcs = ["proto_utils.cc"],
+ hdrs = ["proto_utils.h"],
+ deps = [
+ "//tensorflow/core:framework",
+ "//tensorflow/core:lib",
+ ],
+)