Merge "Extract DepIsInSameApex and RequiredSdks interfaces" am: 2010598a51
am: 2a9b7c8791
Change-Id: I825f791ccecd83be6060654a36403756ace30d23
This commit is contained in:
@@ -869,9 +869,7 @@ func apexDepsMutator(mctx android.TopDownMutatorContext) {
|
||||
return
|
||||
}
|
||||
|
||||
cur := mctx.Module().(interface {
|
||||
DepIsInSameApex(android.BaseModuleContext, android.Module) bool
|
||||
})
|
||||
cur := mctx.Module().(android.DepIsInSameApex)
|
||||
|
||||
mctx.VisitDirectDeps(func(child android.Module) {
|
||||
depName := mctx.OtherModuleName(child)
|
||||
|
Reference in New Issue
Block a user