Searched refs:BootImageProfiles (Results 1 – 3 of 3) sorted by relevance
84 BootImageProfiles android.Paths // path to a boot-image-profile.txt file member193 BootImageProfiles []string204 config.GlobalConfig.BootImageProfiles = constructPaths(ctx, config.BootImageProfiles)559 BootImageProfiles: nil,
518 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]
126 …$(call add_json_list, BootImageProfiles, $(PRODUCT_DEX_PREOPT_BOOT_IMAGE_PROFILE_…