Convert Visit*Deps from blueprint.Module to android.Module
Also adds checks that the dependencies are android.Modules and are not disabled. Test: m checkbuild Change-Id: I05e945f38915d49cd3c0ab72a86576949bc7eff2
This commit is contained in:
@@ -508,7 +508,7 @@ func (p *Module) uniqWholeRunfilesTree(ctx android.ModuleContext) {
|
||||
}
|
||||
|
||||
// visit all its dependencies in depth first.
|
||||
ctx.VisitDepsDepthFirst(func(module blueprint.Module) {
|
||||
ctx.VisitDepsDepthFirst(func(module android.Module) {
|
||||
if ctx.OtherModuleDependencyTag(module) != pythonLibTag {
|
||||
return
|
||||
}
|
||||
|
Reference in New Issue
Block a user