Searched defs:GlobalConfig (Results 1 – 5 of 5) sorted by relevance
/aosp12/build/soong/dexpreopt/ |
H A D | config.go | 30 type GlobalConfig struct { struct 32 DisablePreoptBootImages bool // disable prepot for boot images 44 DisableGenerateProfile bool // don't generate profiles 45 ProfileDir string // directory to find profiles in 64 GenerateDMFiles bool // generate Dex Metadata files 73 IsEng bool // build is a eng variant 74 SanitizeLite bool // build is the second phase of a SANITIZE_LITE build 78 Dex2oatXmx string // max heap size for dex2oat 79 Dex2oatXms string // initial heap size for dex2oat 81 EmptyDirectory string // path to an empty directory [all …]
|
H A D | dexpreopt.go | 55 global *GlobalConfig, module *ModuleConfig) (rule *android.RuleBuilder, err error) { 103 func dexpreoptDisabled(ctx android.PathContext, global *GlobalConfig, module *ModuleConfig) bool { 130 func profileCommand(ctx android.PathContext, globalSoong *GlobalSoongConfig, global *GlobalConfig, 171 …c bootProfileCommand(ctx android.PathContext, globalSoong *GlobalSoongConfig, global *GlobalConfig, 204 func dexpreoptCommand(ctx android.PathContext, globalSoong *GlobalSoongConfig, global *GlobalConfig, 467 func shouldGenerateDM(module *ModuleConfig, global *GlobalConfig) bool { 474 func OdexOnSystemOtherByName(name string, dexLocation string, global *GlobalConfig) bool { 496 func odexOnSystemOther(module *ModuleConfig, global *GlobalConfig) bool { 530 func NonUpdatableSystemServerJars(ctx android.PathContext, global *GlobalConfig) []string {
|
H A D | testing.go | 93 func FixtureModifyGlobalConfig(configModifier func(dexpreoptConfig *GlobalConfig)) android.FixtureP…
|
/aosp12/build/soong/dexpreopt/dexpreopt_gen/ |
H A D | dexpreopt_gen.go | 164 global *dexpreopt.GlobalConfig, module *dexpreopt.ModuleConfig, dexpreoptScriptPath string) {
|
/aosp12/build/soong/java/ |
H A D | dexpreopt_bootjars.go | 468 func shouldBuildBootImages(config android.Config, global *dexpreopt.GlobalConfig) bool {
|