Searched defs:GlobalSoongConfig (Results 1 – 3 of 3) sorted by relevance
| /build/soong/dexpreopt/ |
| D | dexpreopt.go | 55 func GenerateDexpreoptRule(ctx android.BuilderContext, globalSoong *GlobalSoongConfig, 135 func profileCommand(ctx android.PathContext, globalSoong *GlobalSoongConfig, global *GlobalConfig, 176 func bootProfileCommand(ctx android.PathContext, globalSoong *GlobalSoongConfig, global *GlobalConf… 233 func dexpreoptCommand(ctx android.BuilderContext, globalSoong *GlobalSoongConfig,
|
| D | config.go | 155 type GlobalSoongConfig struct { struct 157 Profman android.Path 158 Dex2oat android.Path 159 Aapt android.Path 160 SoongZip android.Path 161 Zip2zip android.Path 162 ManifestCheck android.Path 163 ConstructContext android.Path 164 UffdGcFlag android.WritablePath
|
| /build/soong/dexpreopt/dexpreopt_gen/ |
| D | dexpreopt_gen.go | 170 func writeScripts(ctx android.BuilderContext, globalSoong *dexpreopt.GlobalSoongConfig,
|