Skip to content

Commit

Permalink
Remove explicit visibility from _mozc_win_build_rule.
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroyuki-komatsu committed Dec 18, 2024
1 parent 03d764d commit ef62bf8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/build_defs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -264,9 +264,6 @@ _mozc_win_build_rule = rule(
),
"static_crt": attr.bool(),
"cpu": attr.string(),
"visibility": attr.label_list(
default = ["//visibility:private"],
),
},
)

Expand Down

0 comments on commit ef62bf8

Please sign in to comment.