Searched defs:RuleParams (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/build/blueprint/ |
H A D | ninja_defs.go | 57 type RuleParams struct { struct 59 Command string // The command that Ninja will run for the rule. 60 Depfile string // The dependency file name. 61 Deps Deps // The format of the dependency file. 62 Description string // The description that Ninja will print for the rule. 63 Generator bool // Whether the rule generates the Ninja manifest file. 64 Pool Pool // The Ninja pool to which the rule belongs. 65 Restat bool // Whether Ninja should re-stat the rule's outputs. 66 Rspfile string // The response file. 67 RspfileContent string // The response file content. [all …]
|
H A D | package_ctx.go | 68 StaticRule(name string, params RuleParams, argNames ...string) Rule 69 RuleFunc(name string, f func(interface{}) (RuleParams, error), argNames ...string) Rule
|
H A D | singleton_ctx.go | 77 Rule(pctx PackageContext, name string, params RuleParams, argNames ...string) Rule
|
H A D | module_ctx.go | 425 Rule(pctx PackageContext, name string, params RuleParams, argNames ...string) Rule
|
/aosp_15_r20/build/soong/android/ |
H A D | singleton.go | 45 …Rule(pctx PackageContext, name string, params blueprint.RuleParams, argNames ...string) blueprint.…
|
H A D | rule_builder.go | 491 Rule(PackageContext, string, blueprint.RuleParams, ...string) blueprint.Rule
|
H A D | testing.go | 754 RuleParams blueprint.RuleParams member
|
H A D | module_context.go | 211 …Rule(pctx PackageContext, name string, params blueprint.RuleParams, argNames ...string) blueprint.…
|