aboutsummaryrefslogtreecommitdiff
path: root/distro/BUILD
diff options
context:
space:
mode:
authorBill Neubauer <wcn@google.com>2022-10-24 19:52:53 -0400
committerTony Aiuto <aiuto@google.com>2022-11-01 00:32:59 -0400
commitd8c455ebb46b0f489a4a83367e4833fda5a131db (patch)
tree15432eb15d61d926fadba52d89209698ea4bd324 /distro/BUILD
parent84c8fe9fabbd149dff42f854c07fabbe286f93a8 (diff)
downloadbazelbuild-rules_license-d8c455ebb46b0f489a4a83367e4833fda5a131db.tar.gz
Mega merge from Google
The core of the PR is an expert from Google, but it applies several changes to account for Bazel differences. - deal with bazel 5.x 6.x @// handling - restore package_url and package_version. This is temporary they will move to other providers. PiperOrigin-RevId: 483521567
Diffstat (limited to 'distro/BUILD')
-rw-r--r--distro/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/distro/BUILD b/distro/BUILD
index 0231f13..a79d54b 100644
--- a/distro/BUILD
+++ b/distro/BUILD
@@ -17,7 +17,7 @@ load("@rules_pkg//pkg:pkg.bzl", "pkg_tar")
load("@rules_pkg//pkg/releasing:defs.bzl", "print_rel_notes")
package(
- default_visibility = ["//visibility:private"],
+ default_visibility = ["//visibility:public"],
default_applicable_licenses = ["//:license"],
)