Home
last modified time | relevance | path

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

/build/soong/dexpreopt/
Dconfig.go84 BootImageProfiles android.Paths // path to a boot-image-profile.txt file member
193 BootImageProfiles []string
204 config.GlobalConfig.BootImageProfiles = constructPaths(ctx, config.BootImageProfiles)
559 BootImageProfiles: nil,
/build/soong/java/
Ddexpreopt_bootjars.go518 if len(global.BootImageProfiles) > 1 {
520 …rule.Command().Text("cat").Inputs(global.BootImageProfiles).Text(">").Output(combinedBootImageProf…
522 } else if len(global.BootImageProfiles) == 1 {
523 bootImageProfile = global.BootImageProfiles[0]
/build/make/core/
Ddex_preopt_config.mk126 …$(call add_json_list, BootImageProfiles, $(PRODUCT_DEX_PREOPT_BOOT_IMAGE_PROFILE_…