Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f99087d6 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

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

parents a58d01da 581b6d82
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1615,7 +1615,7 @@ func (mod *Module) DepIsInSameApex(ctx android.BaseModuleContext, dep android.Mo
		}
	}

	if depTag == procMacroDepTag {
	if depTag == procMacroDepTag || depTag == customBindgenDepTag {
		return false
	}