Searched refs:StaticRule (Results 1 – 7 of 7) sorted by relevance
/build/blueprint/bootstrap/ |
D | bootstrap.go | 57 compile = pctx.StaticRule("compile", 68 link = pctx.StaticRule("link", 78 goTestMain = pctx.StaticRule("gotestmain", 86 pluginGenSrc = pctx.StaticRule("pluginGenSrc", 94 test = pctx.StaticRule("test", 102 cp = pctx.StaticRule("cp", 109 bootstrap = pctx.StaticRule("bootstrap", 117 touch = pctx.StaticRule("touch", 124 generateBuildNinja = pctx.StaticRule("build.ninja", 149 phony = pctx.StaticRule("phony",
|
D | glob.go | 50 GlobRule = pctx.StaticRule("GlobRule",
|
/build/soong/apex/ |
D | builder.go | 77 generateFsConfig = pctx.StaticRule("generateFsConfig", blueprint.RuleParams{ 87 apexManifestRule = pctx.StaticRule("apexManifestRule", blueprint.RuleParams{ 97 stripApexManifestRule = pctx.StaticRule("stripApexManifestRule", blueprint.RuleParams{ 103 pbApexManifestRule = pctx.StaticRule("pbApexManifestRule", blueprint.RuleParams{ 113 apexRule = pctx.StaticRule("apexRule", blueprint.RuleParams{ 131 zipApexRule = pctx.StaticRule("zipApexRule", blueprint.RuleParams{ 150 apexBundleRule = pctx.StaticRule("apexBundleRule", blueprint.RuleParams{ 164 emitApexContentRule = pctx.StaticRule("emitApexContentRule", blueprint.RuleParams{ 171 diffApexContentRule = pctx.StaticRule("diffApexContentRule", blueprint.RuleParams{ 182 generateAPIsUsedbyApexRule = pctx.StaticRule("generateAPIsUsedbyApexRule", blueprint.RuleParams{
|
/build/soong/tradefed/suite_harness/ |
D | tradefed_binary.go | 118 var tradefedBinaryGenRule = pctx.StaticRule("tradefedBinaryGenRule", blueprint.RuleParams{
|
/build/soong/tradefed/ |
D | autogen.go | 42 var autogenTestConfig = pctx.StaticRule("autogenTestConfig", blueprint.RuleParams{ 282 var autogenInstrumentationTest = pctx.StaticRule("autogenInstrumentationTest", blueprint.RuleParams{
|
/build/blueprint/ |
D | package_ctx.go | 68 StaticRule(name string, params RuleParams, argNames ...string) Rule methodSpec 701 func (p *packageContext) StaticRule(name string, params RuleParams, func
|
/build/soong/cc/ |
D | builder.go | 312 kytheExtract = pctx.StaticRule("kythe",
|