commit | ba34bb7e94f143fc7a2e5d0658b010b4f86bc9cd | [log] [tgz] |
---|---|---|
author | Alexandre Rostovtsev <arostovtsev@google.com> | Tue Apr 16 18:03:42 2024 -0400 |
committer | GitHub <noreply@github.com> | Tue Apr 16 18:03:42 2024 -0400 |
tree | bf293c7590147808e9a57e0c14ccf33c3753d037 | |
parent | 268edad08f706c958906eb74a476348e7705d3d2 [diff] |
Give LICENSE file export public visibility (#210) Required by internal license compliance checks.
diff --git a/BUILD b/BUILD index 9f3f897..82683fe 100644 --- a/BUILD +++ b/BUILD
@@ -10,10 +10,14 @@ licenses(["notice"]) +exports_files( + ["LICENSE"], + visibility = ["//visibility:public"], +) + # Inputs for distro transformations and consistency tests. exports_files( [ - "LICENSE", "WORKSPACE", "MODULE.bazel", "deps.bzl",