Searched refs:GlobalSoongConfig (Results 1 – 3 of 3) sorted by relevance
/aosp12/build/soong/dexpreopt/ |
H A D | config.go | 103 type GlobalSoongConfig struct { struct 448 func createGlobalSoongConfig(ctx android.ModuleContext) *GlobalSoongConfig { 449 return &GlobalSoongConfig{ 473 func GetGlobalSoongConfig(ctx android.ModuleContext) *GlobalSoongConfig { 476 }).(*GlobalSoongConfig) 496 return (*GlobalSoongConfig)(nil) 497 }).(*GlobalSoongConfig) 518 return &GlobalSoongConfig{}, err 521 config := &GlobalSoongConfig{ 648 func globalSoongConfigForTests() *GlobalSoongConfig { [all …]
|
H A D | dexpreopt.go | 54 func GenerateDexpreoptRule(ctx android.BuilderContext, globalSoong *GlobalSoongConfig, argument 130 func profileCommand(ctx android.PathContext, globalSoong *GlobalSoongConfig, global *GlobalConfig, argument 171 func bootProfileCommand(ctx android.PathContext, globalSoong *GlobalSoongConfig, global *GlobalConf… argument 204 func dexpreoptCommand(ctx android.PathContext, globalSoong *GlobalSoongConfig, global *GlobalConfig, argument
|
/aosp12/build/soong/dexpreopt/dexpreopt_gen/ |
H A D | dexpreopt_gen.go | 163 func writeScripts(ctx android.BuilderContext, globalSoong *dexpreopt.GlobalSoongConfig, argument
|