Merge "Fix soong.android.RuleBuilderCommand.FlagWithList's comment." am: 2833d984fb
am: 5d2de1b78c
am: 37ba9f1fdb
Change-Id: I4d148b99471034a8714d9bd268330e0e36ad63b4
This commit is contained in:
commit
33d232ad61
1 changed files with 1 additions and 1 deletions
|
@ -299,7 +299,7 @@ func (c *RuleBuilderCommand) FlagForEachArg(flag string, args []string) *RuleBui
|
|||
return c
|
||||
}
|
||||
|
||||
// FlagWithArg adds the specified flag and list of arguments to the command line, with the arguments joined by sep
|
||||
// FlagWithList adds the specified flag and list of arguments to the command line, with the arguments joined by sep
|
||||
// and no separator between the flag and arguments. The flag and arguments should not contain input or output paths or
|
||||
// the rule will not have them listed in its dependencies or outputs.
|
||||
func (c *RuleBuilderCommand) FlagWithList(flag string, list []string, sep string) *RuleBuilderCommand {
|
||||
|
|
Loading…
Reference in a new issue