Lines Matching refs:rule
557 rule := android.NewRuleBuilder(pctx, ctx)
558 rule.Command().
564 rule.Build("zip_"+image.name, "zip "+image.name+" image")
582 rule := android.NewRuleBuilder(pctx, ctx)
584 rule.Command().Text("mkdir").Flag("-p").Flag(symbolsDir.String())
585 rule.Command().Text("rm").Flag("-f").
589 rule.Command().Text("rm").Flag("-f").
594 cmd := rule.Command()
688 rule.Install(artOrOat, filepath.Join(installDir, artOrOat.Base()))
708 …rule.Build(image.name+"JarsDexpreopt_"+image.target.String(), "dexpreopt "+image.name+" jars "+arc…
711 image.installs = rule.Installs()
730 rule := android.NewRuleBuilder(pctx, ctx)
735 …rule.Command().Text("cat").Inputs(global.BootImageProfiles).Text(">").Output(combinedBootImageProf…
750 rule.Command().
759 rule.Install(profile, "/system/etc/boot-image.prof")
761 rule.Build("bootJarsProfile", "profile boot jars")
763 image.profileInstalls = append(image.profileInstalls, rule.Installs()...)
783 rule := android.NewRuleBuilder(pctx, ctx)
784 rule.Command().
793 rule.Install(profile, "/system/etc/boot-image.bprof")
794 rule.Build("bootFrameworkProfile", "profile boot framework jars")
795 image.profileInstalls = append(image.profileInstalls, rule.Installs()...)
825 rule := android.NewRuleBuilder(pctx, ctx)
826 rule.Install(updatableBcpPackages, "/system/etc/"+updatableBcpPackagesName)
829 image.profileInstalls = append(image.profileInstalls, rule.Installs()...)
845 rule := android.NewRuleBuilder(pctx, ctx)
847 rule.Command().
854 rule.Build("dump-oat-boot-"+suffix, "dump oat boot "+arch.String())
858 rule = android.NewRuleBuilder(pctx, ctx)
859 rule.Command().
863 rule.Build("phony-dump-oat-boot-"+suffix, "dump oat boot "+arch.String())