Home
last modified time | relevance | path

Searched refs:builtToolWithoutDeps (Results 1 – 1 of 1) sorted by relevance

/build/soong/android/
Drule_builder.go438 builtToolWithoutDeps("dep_fixer").
636 sboxCmd.builtToolWithoutDeps("sbox").
1053 return c.builtToolWithoutDeps(tool)
1058 func (c *RuleBuilderCommand) builtToolWithoutDeps(tool string) *RuleBuilderCommand { func