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, 134 func profileCommand(ctx android.PathContext, globalSoong *GlobalSoongConfig, global *GlobalConfig, 175 func bootProfileCommand(ctx android.PathContext, globalSoong *GlobalSoongConfig, global *GlobalConf… 232 func dexpreoptCommand(ctx android.BuilderContext, globalSoong *GlobalSoongConfig,
|
D | config.go | 150 type GlobalSoongConfig struct { struct 152 Profman android.Path 153 Dex2oat android.Path 154 Aapt android.Path 155 SoongZip android.Path 156 Zip2zip android.Path 157 ManifestCheck android.Path 158 ConstructContext android.Path 159 UffdGcFlag android.WritablePath
|
/build/soong/dexpreopt/dexpreopt_gen/ |
D | dexpreopt_gen.go | 170 func writeScripts(ctx android.BuilderContext, globalSoong *dexpreopt.GlobalSoongConfig,
|