Home
last modified time | relevance | path

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

/build/blueprint/
Dninja_defs.go81 type BuildParams struct { struct
82 Comment string // The comment that will appear above the definition.
83 Depfile string // The dependency file name.
84 Deps Deps // The format of the dependency file.
85 Description string // The description that Ninja will print for the build.
86 Rule Rule // The rule to invoke.
87 Outputs []string // The list of explicit output targets.
88 ImplicitOutputs []string // The list of implicit output targets.
89 Inputs []string // The list of explicit input dependencies.
90 Implicits []string // The list of implicit input dependencies.
[all …]
Dsingleton_ctx.go80 Build(pctx PackageContext, params BuildParams)
Dmodule_ctx.go438 Build(pctx PackageContext, params BuildParams)
/build/soong/android/
Dmodule_context.go32 type BuildParams struct { struct
36 Rule blueprint.Rule
39 Deps blueprint.Deps
42 Depfile WritablePath
44 Description string
47 Output WritablePath
50 Outputs WritablePaths
53 ImplicitOutput WritablePath
56 ImplicitOutputs WritablePaths
59 Input Path
[all …]
Dtesting.go761 BuildParams anonMember
841 func allOutputs(p BuildParams) []string {
Dsingleton.go49 Build(pctx PackageContext, params BuildParams)
Drule_builder.go492 Build(PackageContext, BuildParams) argument
/build/soong/snapshot/
Dutil.go25 Build(pctx android.PackageContext, params android.BuildParams)