Home
last modified time | relevance | path

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

/build/soong/dexpreopt/
Dconfig.go88 BootImageProfiles android.Paths // path to a boot-image-profile.txt file member
239 BootImageProfiles []string
249 config.GlobalConfig.BootImageProfiles = constructPaths(ctx, config.BootImageProfiles)
688 BootImageProfiles: nil,
Dtesting.go167 dexpreoptConfig.BootImageProfiles = android.PathsForSource(ctx, profiles)
/build/soong/java/
Ddexpreopt_bootjars.go798 if len(global.BootImageProfiles) > 1 {
800 …rule.Command().Text("cat").Inputs(global.BootImageProfiles).Text(">").Output(combinedBootImageProf…
802 } else if len(global.BootImageProfiles) == 1 {
803 bootImageProfile = global.BootImageProfiles[0]
/build/make/core/
Ddex_preopt_config.mk151 …$(call add_json_list, BootImageProfiles, $(PRODUCT_DEX_PREOPT_BOOT_IMAGE_PROFILE_…