From d8c455ebb46b0f489a4a83367e4833fda5a131db Mon Sep 17 00:00:00 2001 From: Bill Neubauer Date: Mon, 24 Oct 2022 19:52:53 -0400 Subject: 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 --- distro/BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'distro/BUILD') 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"], ) -- cgit v1.2.3