commit | 2d0c6512910452f2c8660466ed0dcefb642adea3 | [log] [tgz] |
---|---|---|
author | Laurent Le Brun <laurentlb@gmail.com> | Thu Apr 02 22:20:57 2020 +0200 |
committer | GitHub <noreply@github.com> | Thu Apr 02 22:20:57 2020 +0200 |
tree | 242278ddc2ada10a45f6fe461c145465ca30d8e0 | |
parent | dfcfe825005ffba4a7c15cd9ddac737d040d2506 [diff] [blame] |
Update visibility of files (#243) Stardoc needs access to a file (with exports_files) in order to generate its documentation.
diff --git a/BUILD b/BUILD index 9999fb5..c0ccdcd 100644 --- a/BUILD +++ b/BUILD
@@ -4,10 +4,7 @@ package(default_visibility = ["//visibility:public"]) -exports_files([ - "LICENSE", - "lib.bzl", -]) +exports_files(["LICENSE"]) filegroup( name = "test_deps",