Searched defs:GlobalSoongConfig (Results 1 – 3 of 3) sorted by relevance
/build/soong/dexpreopt/ |
D | dexpreopt.go | 54 func GenerateDexpreoptRule(ctx android.BuilderContext, globalSoong *GlobalSoongConfig, 130 func profileCommand(ctx android.PathContext, globalSoong *GlobalSoongConfig, global *GlobalConfig, 171 func bootProfileCommand(ctx android.PathContext, globalSoong *GlobalSoongConfig, global *GlobalConf… 204 func dexpreoptCommand(ctx android.PathContext, globalSoong *GlobalSoongConfig, global *GlobalConfig,
|
D | config.go | 103 type GlobalSoongConfig struct { struct 105 Profman android.Path 106 Dex2oat android.Path 107 Aapt android.Path 108 SoongZip android.Path 109 Zip2zip android.Path 110 ManifestCheck android.Path 111 ConstructContext android.Path
|
/build/soong/dexpreopt/dexpreopt_gen/ |
D | dexpreopt_gen.go | 163 func writeScripts(ctx android.BuilderContext, globalSoong *dexpreopt.GlobalSoongConfig,
|