Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2da5d9a5 authored by Roland Levillain's avatar Roland Levillain
Browse files

Fix soong.android.RuleBuilderCommand.FlagWithList's comment.

Test: n/a
Change-Id: I96158244feaaaa25ada02275e20418ac30218004
parent 6bd44662
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {