From 58b4581d0ef07a3016d44bfae0cc28738bce2e90 Mon Sep 17 00:00:00 2001 From: Benoit Steiner Date: Wed, 9 Nov 2016 16:11:16 -0800 Subject: List all the files in third_party/sycl in a new "all_files" filegroup, which is then added to the list of dependencies in the main "all_opensource_files" filegroup Change: 138698669 --- third_party/sycl/BUILD | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'third_party/sycl') diff --git a/third_party/sycl/BUILD b/third_party/sycl/BUILD index e69de29bb2..fbdf19f205 100644 --- a/third_party/sycl/BUILD +++ b/third_party/sycl/BUILD @@ -0,0 +1,15 @@ +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