aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/sycl
diff options
context:
space:
mode:
authorGravatar Martin Wicke <wicke@google.com>2018-03-28 20:46:14 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-03-28 20:49:47 -0700
commitbb582f1b6fad474bc446c78a6683247a8eb6048e (patch)
tree723033399aa0fea97e134c25423edc3293140bb1 /third_party/sycl
parent789e442513e85ab1caeb1e03997b0aafa3cd76d7 (diff)
Remove all_opensource_files. It's not needed any more.
PiperOrigin-RevId: 190878279
Diffstat (limited to 'third_party/sycl')
-rw-r--r--third_party/sycl/BUILD12
-rw-r--r--third_party/sycl/sycl/BUILD12
2 files changed, 0 insertions, 24 deletions
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__"],
-)