Home
last modified time | relevance | path

Searched defs:moduleContext (Results 1 – 4 of 4) sorted by relevance

/aosp12/build/blueprint/
H A Dmodule_ctx.go480 type moduleContext struct { struct
481 baseModuleContext
482 scope *localScope
483 actionDefs localBuildActions
484 handledMissingDeps bool
/aosp12/build/soong/android/
H A Dmodule.go2065 type moduleContext struct { struct
2066 bp blueprint.ModuleContext
2067 baseModuleContext
2068 packagingSpecs []PackagingSpec
2069 installFiles InstallPaths
2070 checkbuildFiles Paths
2071 module Module
2072 phonies map[string]Paths
2075 buildParams []BuildParams
2076 ruleParams map[blueprint.Rule]blueprint.RuleParams
[all …]
/aosp12/build/soong/rust/
H A Drust.go698 type moduleContext struct { struct
699 android.ModuleContext
/aosp12/build/soong/cc/
H A Dcc.go1319 type moduleContext struct { struct
1320 android.ModuleContext
1321 moduleContextImpl