aboutsummaryrefslogtreecommitdiff
path: root/examples/vendor/constant_gen/BUILD
diff options
context:
space:
mode:
authorTony Aiuto <aiuto@google.com>2023-02-08 16:01:29 -0500
committerTony Aiuto <aiuto@google.com>2023-02-08 16:01:29 -0500
commit4c4d2e9c71c5e05faa128943e35f511688217451 (patch)
tree8e2e10f371630db72f2c411df280f53caddcc0ab /examples/vendor/constant_gen/BUILD
parent9a58c10b64b632ed1567d61b91f8167195164922 (diff)
downloadbazelbuild-rules_license-4c4d2e9c71c5e05faa128943e35f511688217451.tar.gz
Grab back of little style nits which will make it easier to
sync this code back and forth with the Google branches. - restore copyright notices (This keeps compliance teams happy) - change public visibilty to restricted ones, so end users can not depend on pieces of the vendored in library - remove printf debugging.
Diffstat (limited to 'examples/vendor/constant_gen/BUILD')
-rw-r--r--examples/vendor/constant_gen/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/vendor/constant_gen/BUILD b/examples/vendor/constant_gen/BUILD
index 26e86b6..5f2ff43 100644
--- a/examples/vendor/constant_gen/BUILD
+++ b/examples/vendor/constant_gen/BUILD
@@ -19,7 +19,7 @@ load(":defs.bzl", "constant_gen")
package(
default_applicable_licenses = [":license"],
- default_visibility = ["//visibility:public"],
+ default_visibility = ["//examples:__subpackages__"],
)
# The default license for an entire package is typically named "license".