From 46bdbbd955b241e38c9d08fe808ac2b4465f6ed9 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Wed, 21 Jun 2017 13:53:18 -0700 Subject: Internal change PiperOrigin-RevId: 159738215 --- tensorflow/contrib/BUILD | 2 -- tensorflow/contrib/batching/BUILD | 2 -- tensorflow/contrib/batching/util/BUILD | 2 -- 3 files changed, 6 deletions(-) diff --git a/tensorflow/contrib/BUILD b/tensorflow/contrib/BUILD index f852eded1e..6213ff6024 100755 --- a/tensorflow/contrib/BUILD +++ b/tensorflow/contrib/BUILD @@ -3,8 +3,6 @@ licenses(["notice"]) # Apache 2.0 -exports_files(["LICENSE"]) - package(default_visibility = ["//tensorflow:__subpackages__"]) py_library( diff --git a/tensorflow/contrib/batching/BUILD b/tensorflow/contrib/batching/BUILD index 6478ad2ea7..acace9b3ba 100644 --- a/tensorflow/contrib/batching/BUILD +++ b/tensorflow/contrib/batching/BUILD @@ -7,8 +7,6 @@ package( licenses(["notice"]) # Apache 2.0 -exports_files(["LICENSE"]) - cc_library( name = "batch_scheduler_hdrs", hdrs = ["batch_scheduler.h"], diff --git a/tensorflow/contrib/batching/util/BUILD b/tensorflow/contrib/batching/util/BUILD index 48d03746bb..55dd898aa2 100644 --- a/tensorflow/contrib/batching/util/BUILD +++ b/tensorflow/contrib/batching/util/BUILD @@ -7,8 +7,6 @@ package( licenses(["notice"]) # Apache 2.0 -exports_files(["LICENSE"]) - filegroup( name = "all_files", srcs = glob( -- cgit v1.2.3