Home
last modified time | relevance | path

Searched defs:RuleBuilderCommand (Results 1 – 1 of 1) sorted by relevance

/build/soong/android/
Drule_builder.go309 type RuleBuilderCommand struct { struct
310 buf []byte
311 inputs Paths
312 outputs WritablePaths
313 depFiles WritablePaths
314 tools Paths
319 func (c *RuleBuilderCommand) Text(text string) *RuleBuilderCommand {
329 func (c *RuleBuilderCommand) Textf(format string, a ...interface{}) *RuleBuilderCommand {
335 func (c *RuleBuilderCommand) Flag(flag string) *RuleBuilderCommand {
341 func (c *RuleBuilderCommand) Flags(flags []string) *RuleBuilderCommand {
[all …]