Home
last modified time | relevance | path

Searched refs:OnlyPreoptBootImageAndSystemServer (Results 1 – 3 of 3) sorted by relevance

/build/soong/dexpreopt/
Dconfig.go32 OnlyPreoptBootImageAndSystemServer bool // only preopt jars in the boot image or system server member
287 OnlyPreoptBootImageAndSystemServer: false,
Ddexpreopt.go145 if global.OnlyPreoptBootImageAndSystemServer && !contains(global.BootJars, module.Name) &&
/build/make/core/
Ddex_preopt_config.mk92 …$(call add_json_bool, OnlyPreoptBootImageAndSystemServer, $(filter true,$(WITH_DEXPREOPT_BOOT_IMG_…