From a4a620da3e7a21427913ce1dffbd9700f1f57211 Mon Sep 17 00:00:00 2001 From: Gunhan Gulsoy Date: Sat, 12 Nov 2016 16:46:19 -0800 Subject: Add a small description for the BUILD file under sycl/sycl. Change: 138980879 --- third_party/sycl/sycl/BUILD | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'third_party/sycl') diff --git a/third_party/sycl/sycl/BUILD b/third_party/sycl/sycl/BUILD index fbdf19f205..bc1d18b7b5 100644 --- a/third_party/sycl/sycl/BUILD +++ b/third_party/sycl/sycl/BUILD @@ -1,3 +1,7 @@ +# Description: +# A minimal BUILD file to make template files in this folder available. Without this BUILD file, +# bazel returns errors when trying to access tpl files in this folder. + package(default_visibility = ["//visibility:public"]) licenses(["notice"]) # Apache 2.0 -- cgit v1.2.3