Home
last modified time | relevance | path

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

/build/soong/android/
Dmodule_context.go280 type moduleContext struct { struct
281 bp blueprint.ModuleContext
282 baseModuleContext
283 packagingSpecs []PackagingSpec
284 installFiles InstallPaths
285 checkbuildFiles Paths
286 checkbuildTarget Path
287 uncheckedModule bool
288 module Module
289 phonies map[string]Paths
[all …]
Dlicense_metadata.go37 func buildLicenseMetadata(ctx *moduleContext, licenseMetadataFile WritablePath) {
Dcompliance_metadata.go218 func buildComplianceMetadataProvider(ctx *moduleContext, m *ModuleBase) {
Dmodule.go2458 func checkDistProperties(ctx *moduleContext, property string, dist *Dist) {
/build/blueprint/
Dmodule_ctx.go554 type moduleContext struct { struct
555 baseModuleContext
556 scope *localScope
557 actionDefs localBuildActions
558 handledMissingDeps bool
699 func (m *moduleContext) restoreModuleBuildActions() bool {
970 func (m *moduleContext) ModuleSubDir() string {
974 func (m *moduleContext) ModuleCacheKey() string {
978 func (m *moduleContext) Variable(pctx PackageContext, name, value string) {
989 func (m *moduleContext) Rule(pctx PackageContext, name string,
[all …]
/build/soong/rust/
Drust.go958 type moduleContext struct { struct
959 android.ModuleContext
966 func (ctx *moduleContext) RustModule() *Module {
970 func (ctx *moduleContext) toolchain() config.Toolchain {
1246 func buildComplianceMetadataInfo(ctx *moduleContext, mod *Module, deps PathDeps) {
/build/soong/cc/
Dcc.go1690 type moduleContext struct { struct
1691 android.ModuleContext
1692 moduleContextImpl