Skip to content

Commit

Permalink
Fix genrule documentation, outputs may be in different directories.
Browse files Browse the repository at this point in the history
--
MOS_MIGRATED_REVID=102977296
  • Loading branch information
laurentlb authored and kchodorow committed Sep 14, 2015
1 parent 2473b9f commit 9653aaa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ public RuleClass build(Builder builder, RuleDefinitionEnvironment env) {
A list of files generated by this rule.
${SYNOPSIS}
<p>
All output files must be generated into the same directory and must not cross package
boundaries. Output filenames are interpreted as relative to the package.
Output files must not cross package boundaries.
Output filenames are interpreted as relative to the package.
</p>
<p>
If the <code>executable</code> flag is set, <code>outs</code> must contain exactly one
Expand Down

0 comments on commit 9653aaa

Please sign in to comment.