Home
last modified time | relevance | path

Searched refs:PreoptWithUpdatableBcp (Results 1 – 5 of 5) sorted by relevance

/build/soong/dexpreopt/
Dtesting.go131 dexpreoptConfig.PreoptWithUpdatableBcp = value
Dconfig.go37 PreoptWithUpdatableBcp bool // If updatable boot jars are included in dexpreopt or not. member
/build/make/core/
Ddex_preopt_config.mk98 …$(call add_json_bool, PreoptWithUpdatableBcp, $(filter true,$(DEX_PREOPT_WITH_UPD…
/build/soong/java/
Ddexpreopt.go161 dexFiles, dexLocations := bcpForDexpreopt(ctx, global.PreoptWithUpdatableBcp && !isSystemServerJar)
Ddexpreopt_bootjars.go897 dexPaths, dexLocations := bcpForDexpreopt(ctx, global.PreoptWithUpdatableBcp)