Searched refs:BootImageProfiles (Results 1 – 4 of 4) sorted by relevance
88 BootImageProfiles android.Paths // path to a boot-image-profile.txt file member239 BootImageProfiles []string249 config.GlobalConfig.BootImageProfiles = constructPaths(ctx, config.BootImageProfiles)688 BootImageProfiles: nil,
167 dexpreoptConfig.BootImageProfiles = android.PathsForSource(ctx, profiles)
798 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]
151 …$(call add_json_list, BootImageProfiles, $(PRODUCT_DEX_PREOPT_BOOT_IMAGE_PROFILE_…