Skip to content

Commit

Permalink
Set deploy_info visibility to public
Browse files Browse the repository at this point in the history
  • Loading branch information
Bencodes committed Jun 21, 2024
1 parent 747c63b commit 537093d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/tools/deploy_info/BUILD
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library", "go_test")
load("@io_bazel_rules_go//proto:def.bzl", "go_proto_library")

package(default_applicable_licenses = ["//:license"])
package(
default_applicable_licenses = ["//:license"],
default_visibility = ["//visibility:public"],
)

licenses(["notice"])

go_binary(
name = "deploy_info",
srcs = ["deploy_info.go"],
visibility = [
"//test/mobile_install:__subpackages__",
"//toolchains/android:__subpackages__",
],
deps = [
"//src/common/golang:flagfile",
"//src/common/golang:flags",
Expand Down

0 comments on commit 537093d

Please sign in to comment.