Home
last modified time | relevance | path

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

/build/soong/dexpreopt/
Dconfig.go92 Tools Tools // paths to tools possibly used by the generated commands member
97 type Tools struct { struct
98 Profman android.Path
99 Dex2oat android.Path
100 Aapt android.Path
101 SoongZip android.Path
102 Zip2zip android.Path
104 VerifyUsesLibraries android.Path
105 ConstructContext android.Path
/build/soong/genrule/
Dgenrule.go86 Tools []string member
/build/soong/android/
Drule_builder.go205 func (r *RuleBuilder) Tools() Paths { func