Skip to content

Commit

Permalink
Reduce unnecessary visibility.
Browse files Browse the repository at this point in the history
The only relevant visible part is the binary, that is already
marked public.
  • Loading branch information
hzeller committed Nov 13, 2023
1 parent cfcbb82 commit 39a5b8e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions verilog/tools/ls/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ load("//bazel:variables.bzl", "STATIC_EXECUTABLES_FEATURE")

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

cc_library(
Expand Down

0 comments on commit 39a5b8e

Please sign in to comment.