Home
last modified time | relevance | path

Searched refs:StaticRule (Results 1 – 9 of 9) sorted by relevance

/build/blueprint/bootstrap/
Dbootstrap.go59 compile = pctx.StaticRule("compile",
70 link = pctx.StaticRule("link",
80 goTestMain = pctx.StaticRule("gotestmain",
88 pluginGenSrc = pctx.StaticRule("pluginGenSrc",
96 test = pctx.StaticRule("test",
104 cp = pctx.StaticRule("cp",
111 bootstrap = pctx.StaticRule("bootstrap",
119 touch = pctx.StaticRule("touch",
126 generateBuildNinja = pctx.StaticRule("build.ninja",
138 phony = pctx.StaticRule("phony",
Dglob.go47 GlobRule = pctx.StaticRule("GlobRule",
/build/soong/apex/
Dbuilder.go72 generateFsConfig = pctx.StaticRule("generateFsConfig", blueprint.RuleParams{
82 apexManifestRule = pctx.StaticRule("apexManifestRule", blueprint.RuleParams{
92 stripApexManifestRule = pctx.StaticRule("stripApexManifestRule", blueprint.RuleParams{
98 pbApexManifestRule = pctx.StaticRule("pbApexManifestRule", blueprint.RuleParams{
108 apexRule = pctx.StaticRule("apexRule", blueprint.RuleParams{
126 zipApexRule = pctx.StaticRule("zipApexRule", blueprint.RuleParams{
145 apexBundleRule = pctx.StaticRule("apexBundleRule", blueprint.RuleParams{
159 emitApexContentRule = pctx.StaticRule("emitApexContentRule", blueprint.RuleParams{
166 diffApexContentRule = pctx.StaticRule("diffApexContentRule", blueprint.RuleParams{
Dprebuilt.go31 extractMatchingApex = pctx.StaticRule(
/build/soong/android/
Dpackage_ctx.go224 return p.StaticRule(name, params, argNames...)
228 func (p PackageContext) StaticRule(name string, params blueprint.RuleParams, func
/build/soong/tradefed/
Dautogen.go42 var autogenTestConfig = pctx.StaticRule("autogenTestConfig", blueprint.RuleParams{
257 var autogenInstrumentationTest = pctx.StaticRule("autogenInstrumentationTest", blueprint.RuleParams{
/build/blueprint/
Dpackage_ctx.go68 StaticRule(name string, params RuleParams, argNames ...string) Rule methodSpec
640 func (p *packageContext) StaticRule(name string, params RuleParams, func
/build/soong/java/
Dbuilder.go116 extractMatchingApks = pctx.StaticRule(
/build/soong/cc/
Dbuilder.go272 kytheExtract = pctx.StaticRule("kythe",