Merge branch 'stable-2.15' into stable-2.16
* stable-2.15: config-plugins: Move 'review-strategy' out of the core plugins section Bazel: Clean up package visibility settings Change-Id: Ia29fd049fe241dfbb15bc07a0e7ac2fb31d97c33
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
package(
|
||||
default_visibility = ["//visibility:public"],
|
||||
)
|
||||
package(default_visibility = ["//visibility:public"])
|
||||
|
||||
load("@io_bazel_rules_go//go:def.bzl", "go_binary")
|
||||
load("//tools/bzl:js.bzl", "bower_component_bundle")
|
||||
@@ -51,7 +49,6 @@ genrule2(
|
||||
"zip -qr $$ROOT/$@ fonts",
|
||||
]),
|
||||
output_to_bindir = 1,
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
|
||||
go_binary(
|
||||
|
||||
Reference in New Issue
Block a user