Skip to content

Commit

Permalink
Merge pull request #2039 from hzeller/20231113-reduce-visibility
Browse files Browse the repository at this point in the history
Reduce unnecessary visibility.
  • Loading branch information
hzeller authored Nov 13, 2023
2 parents cfcbb82 + 39a5b8e commit 060bde0
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 060bde0

Please sign in to comment.