Home
last modified time | relevance | path

Searched defs:BuildParams (Results 1 – 8 of 8) sorted by relevance

/build/blueprint/
Dninja_defs.go79 type BuildParams struct { struct
80 Comment string // The comment that will appear above the definition.
81 Depfile string // The dependency file name.
82 Deps Deps // The format of the dependency file.
83 Description string // The description that Ninja will print for the build.
84 Rule Rule // The rule to invoke.
85 Outputs []string // The list of explicit output targets.
86 ImplicitOutputs []string // The list of implicit output targets.
87 Inputs []string // The list of explicit input dependencies.
88 Implicits []string // The list of implicit input dependencies.
[all …]
Dsingleton_ctx.go70 Build(pctx PackageContext, params BuildParams)
Dmodule_ctx.go310 Build(pctx PackageContext, params BuildParams)
/build/soong/android/
Dmodule.go39 type BuildParams struct { struct
40 Rule blueprint.Rule
41 Deps blueprint.Deps
42 Depfile WritablePath
43 Description string
44 Output WritablePath
45 Outputs WritablePaths
46 ImplicitOutput WritablePath
47 ImplicitOutputs WritablePaths
48 Input Path
[all …]
Dtesting.go169 BuildParams anonMember
173 func newTestingBuildParams(provider testBuildProvider, bparams BuildParams) TestingBuildParams {
Dsingleton.go38 Build(pctx PackageContext, params BuildParams)
Drule_builder.go344 Build(PackageContext, BuildParams) argument
/build/blueprint/bootstrap/
Dglob.go62 Build(pctx blueprint.PackageContext, params blueprint.BuildParams)