Home
last modified time | relevance | path

Searched defs:BuildParams (Results 1 – 9 of 9) 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.go80 Build(pctx PackageContext, params BuildParams)
Dmodule_ctx.go384 Build(pctx PackageContext, params BuildParams)
/build/soong/android/
Dmodule_context.go29 type BuildParams struct { struct
33 Rule blueprint.Rule
36 Deps blueprint.Deps
39 Depfile WritablePath
41 Description string
44 Output WritablePath
47 Outputs WritablePaths
50 ImplicitOutput WritablePath
53 ImplicitOutputs WritablePaths
56 Input Path
[all …]
Dtesting.go709 BuildParams anonMember
789 func allOutputs(p BuildParams) []string {
Dsingleton.go46 Build(pctx PackageContext, params BuildParams)
Drule_builder.go430 Build(PackageContext, BuildParams) argument
/build/soong/snapshot/
Dutil.go25 Build(pctx android.PackageContext, params android.BuildParams)
/build/blueprint/bootstrap/
Dglob.go69 Build(pctx blueprint.PackageContext, params blueprint.BuildParams)