Searched refs:validateAndroidModule (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/build/soong/android/ |
H A D | base_module_context.go | 359 func (b *baseModuleContext) validateAndroidModule(module blueprint.Module, tag blueprint.Dependency… func 473 …if aModule := b.validateAndroidModule(module, b.bp.OtherModuleDependencyTag(module), b.strictVisit… 494 if aModule := b.validateAndroidModule(module, tag, b.strictVisitDeps); aModule != nil { 515 …if aModule := b.validateAndroidModule(module, b.bp.OtherModuleDependencyTag(module), b.strictVisit… 529 …if aModule := b.validateAndroidModule(module, b.bp.OtherModuleDependencyTag(module), b.strictVisit… 539 …if aModule := b.validateAndroidModule(module, b.bp.OtherModuleDependencyTag(module), b.strictVisit…
|