Searched defs:BuildParams (Results 1 – 8 of 8) sorted by relevance
80 type BuildParams struct { struct82 Depfile string // The dependency file name.83 Deps Deps // The format of the dependency file.85 Rule Rule // The rule to invoke.86 Outputs []string // The list of explicit output targets.87 ImplicitOutputs []string // The list of implicit output targets.89 Inputs []string // The list of explicit input dependencies.91 OrderOnly []string // The list of order-only dependencies.93 Args map[string]string // The variable/value pairs to set.94 Optional bool // Skip outputting a default statement[all …]
261 func (s *singletonContext) Build(pctx PackageContext, params BuildParams) {
766 func (m *moduleContext) Build(pctx PackageContext, params BuildParams) {
40 type BuildParams struct { struct43 Depfile WritablePath44 Description string51 Input Path52 Inputs Paths53 Implicit Path54 Implicits Paths55 OrderOnly Paths56 Validation Path57 Validations Paths[all …]
166 func (s *singletonContextAdaptor) Build(pctx PackageContext, params BuildParams) {
566 BuildParams anonMember706 func (b baseTestingComponent) newTestingBuildParams(bparams BuildParams) TestingBuildParams {
1322 func (builderContextForTests) Build(PackageContext, BuildParams) {} argument
54 func (x *builderContext) Build(android.PackageContext, android.BuildParams) {}