Automatic code cleanup.

PiperOrigin-RevId: 506908397
Change-Id: I4571c9e947b5878519d5ec291d2fc58566159c84
This commit is contained in:
Googler 2023-02-03 08:22:45 -08:00 committed by Copybara-Service
parent fcd9a03875
commit 0d68932a68
1 changed files with 11 additions and 1 deletions

12
BUILD
View File

@ -1,4 +1,14 @@
package(default_visibility = ["//visibility:public"])
load("//tools/build_defs/license:license.bzl", "license")
package(
default_applicable_licenses = ["//third_party/bazel_rules/rules_cc:license"],
default_visibility = ["//visibility:public"],
)
license(
name = "license",
package_name = "rules_cc",
)
licenses(["notice"])