Searched defs:GlobalSoongConfig (Results 1 – 3 of 3) sorted by relevance
/build/soong/dexpreopt/ |
D | dexpreopt.go | 55 func GenerateDexpreoptRule(ctx android.PathContext, globalSoong *GlobalSoongConfig, 125 func profileCommand(ctx android.PathContext, globalSoong *GlobalSoongConfig, global *GlobalConfig, 164 func bootProfileCommand(ctx android.PathContext, globalSoong *GlobalSoongConfig, global *GlobalConf… 246 func dexpreoptCommand(ctx android.PathContext, globalSoong *GlobalSoongConfig, global *GlobalConfig,
|
D | config.go | 92 type GlobalSoongConfig struct { struct 94 Profman android.Path 95 Dex2oat android.Path 96 Aapt android.Path 97 SoongZip android.Path 98 Zip2zip android.Path 99 ManifestCheck android.Path 100 ConstructContext android.Path
|
/build/soong/dexpreopt/dexpreopt_gen/ |
D | dexpreopt_gen.go | 136 func writeScripts(ctx android.PathContext, globalSoong *dexpreopt.GlobalSoongConfig,
|