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