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__`.

Closes bazelbuild#22943.

PiperOrigin-RevId: 678145716
Change-Id: I9d5a2b4a15c6cdbf604ac6a8814e1fbdce9715d2
  • Loading branch information
thii authored and copybara-github committed Sep 24, 2024
1 parent 46341b1 commit cc6e286
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1032,7 +1032,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 cc6e286

Please sign in to comment.