mirror of https://github.com/bazelbuild/rules_cc
Automatic code cleanup.
PiperOrigin-RevId: 509526713 Change-Id: I852b1620897d8c6787ca25b6790f245b5bc274f0
This commit is contained in:
parent
bfeff307f6
commit
a43f67b72c
12
BUILD
12
BUILD
|
@ -1,14 +1,4 @@
|
|||
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",
|
||||
)
|
||||
package(default_visibility = ["//visibility:public"])
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
|
|
Loading…
Reference in New Issue