Skip to content

Commit

Permalink
Correct docs about allowed syntax of exports_filter
Browse files Browse the repository at this point in the history
`//foo:__pkg__`, but not `//foo:__package__`.
  • Loading branch information
thii committed Jul 3, 2024
1 parent 0b280ac commit 2e71100
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1029,7 +1029,7 @@ symbols should be exported.
</p>
<p>The following syntax is allowed:</p>
<p><code>//foo:__package__</code> to account for any target in foo/BUILD</p>
<p><code>//foo:__pkg__</code> to account for any target in foo/BUILD</p>
<p><code>//foo:__subpackages__</code> to account for any target in foo/BUILD or any other
package below foo/ like foo/bar/BUILD</p>"""),
"win_def_file": attr.label(allow_single_file = [".def"], doc = """
Expand Down

0 comments on commit 2e71100

Please sign in to comment.