Home
last modified time | relevance | path

Searched defs:GlobalConfig (Results 1 – 5 of 5) sorted by relevance

/build/soong/dexpreopt/
Dconfig.go30 type GlobalConfig struct { struct
31 DisablePreopt bool // disable preopt for all modules (excluding boot images)
32 DisablePreoptBootImages bool // disable prepot for boot images
33 DisablePreoptModules []string // modules with preopt disabled by product-specific config
35 OnlyPreoptArtBootImage bool // only preopt jars in the ART boot image
37 PreoptWithUpdatableBcp bool // If updatable boot jars are included in dexpreopt or not.
39 … bool // store odex files that match PatternsOnSystemOther on the system_other partition
40 …[]string // patterns (using '%' to denote a prefix match) to put odex on the system_other partition
42 DisableGenerateProfile bool // don't generate profiles
43 ProfileDir string // directory to find profiles in
[all …]
Ddexpreopt.go56 global *GlobalConfig, module *ModuleConfig, productPackages android.Path) (
110 func dexpreoptDisabled(ctx android.PathContext, global *GlobalConfig, module *ModuleConfig) bool {
135 func profileCommand(ctx android.PathContext, globalSoong *GlobalSoongConfig, global *GlobalConfig,
176 …c bootProfileCommand(ctx android.PathContext, globalSoong *GlobalSoongConfig, global *GlobalConfig,
210 func GetSystemServerDexLocation(ctx android.PathContext, global *GlobalConfig, lib string) string {
234 global *GlobalConfig, module *ModuleConfig, rule *android.RuleBuilder, archIdx int,
504 func shouldGenerateDM(module *ModuleConfig, global *GlobalConfig) bool {
511 func OdexOnSystemOtherByName(name string, dexLocation string, global *GlobalConfig) bool {
533 func odexOnSystemOther(module *ModuleConfig, global *GlobalConfig) bool {
Dtesting.go102 …difyGlobalConfig(configModifier func(ctx android.PathContext, dexpreoptConfig *GlobalConfig)) andr…
/build/soong/dexpreopt/dexpreopt_gen/
Ddexpreopt_gen.go171 global *dexpreopt.GlobalConfig, module *dexpreopt.ModuleConfig, dexpreoptScriptPath string,
/build/soong/java/
Ddexpreopt_bootjars.go821 func shouldBuildBootImages(config android.Config, global *dexpreopt.GlobalConfig) bool {