Home
last modified time | relevance | path

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

/aosp12/build/soong/dexpreopt/
H A Dconfig.go86 BootImageProfiles android.Paths // path to a boot-image-profile.txt file member
195 BootImageProfiles []string
205 config.GlobalConfig.BootImageProfiles = constructPaths(ctx, config.BootImageProfiles)
641 BootImageProfiles: nil,
/aosp12/build/soong/java/
H A Ddexpreopt_bootjars.go733 if len(global.BootImageProfiles) > 1 {
735 …rule.Command().Text("cat").Inputs(global.BootImageProfiles).Text(">").Output(combinedBootImageProf…
737 } else if len(global.BootImageProfiles) == 1 {
738 bootImageProfile = global.BootImageProfiles[0]
/aosp12/build/make/core/
H A Ddex_preopt_config.mk149 …$(call add_json_list, BootImageProfiles, $(PRODUCT_DEX_PREOPT_BOOT_IMAGE_PROFILE_…