From bb582f1b6fad474bc446c78a6683247a8eb6048e Mon Sep 17 00:00:00 2001 From: Martin Wicke Date: Wed, 28 Mar 2018 20:46:14 -0700 Subject: Remove all_opensource_files. It's not needed any more. PiperOrigin-RevId: 190878279 --- third_party/sycl/BUILD | 12 ------------ third_party/sycl/sycl/BUILD | 12 ------------ 2 files changed, 24 deletions(-) (limited to 'third_party/sycl') diff --git a/third_party/sycl/BUILD b/third_party/sycl/BUILD index fbdf19f205..f631b6df06 100644 --- a/third_party/sycl/BUILD +++ b/third_party/sycl/BUILD @@ -1,15 +1,3 @@ package(default_visibility = ["//visibility:public"]) licenses(["notice"]) # Apache 2.0 - -filegroup( - name = "all_files", - srcs = glob( - ["**/*"], - exclude = [ - "**/METADATA", - "**/OWNERS", - ], - ), - visibility = ["//tensorflow:__subpackages__"], -) diff --git a/third_party/sycl/sycl/BUILD b/third_party/sycl/sycl/BUILD index bc1d18b7b5..b045609954 100644 --- a/third_party/sycl/sycl/BUILD +++ b/third_party/sycl/sycl/BUILD @@ -5,15 +5,3 @@ package(default_visibility = ["//visibility:public"]) licenses(["notice"]) # Apache 2.0 - -filegroup( - name = "all_files", - srcs = glob( - ["**/*"], - exclude = [ - "**/METADATA", - "**/OWNERS", - ], - ), - visibility = ["//tensorflow:__subpackages__"], -) -- cgit v1.2.3