From 5c8c48df7fd4ccbe4a9dec035fdec6b02a5d6016 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Mon, 1 Oct 2018 12:54:56 -0700 Subject: Internal build specification change PiperOrigin-RevId: 215263951 --- tensorflow/core/BUILD | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tensorflow/core/BUILD') diff --git a/tensorflow/core/BUILD b/tensorflow/core/BUILD index 57819cec70..0aae29d10c 100644 --- a/tensorflow/core/BUILD +++ b/tensorflow/core/BUILD @@ -271,6 +271,12 @@ proto_library( visibility = ["//visibility:public"], ) +java_proto_library( + name = "example_java_proto", + visibility = ["//visibility:public"], + deps = [":example_protos"], +) + closure_proto_library( name = "example_protos_closure", visibility = ["//visibility:public"], -- cgit v1.2.3