Merge "rust: Don't propagate apex across customBindgenTag"

This commit is contained in:
Treehugger Robot 2022-09-30 02:47:01 +00:00 committed by Gerrit Code Review
commit f99087d6d7

View file

@ -1615,7 +1615,7 @@ func (mod *Module) DepIsInSameApex(ctx android.BaseModuleContext, dep android.Mo
}
}
if depTag == procMacroDepTag {
if depTag == procMacroDepTag || depTag == customBindgenDepTag {
return false
}