diff options
Diffstat (limited to 'rust/rust.go')
-rw-r--r-- | rust/rust.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/rust.go b/rust/rust.go index ffe54732c..28a300bc6 100644 --- a/rust/rust.go +++ b/rust/rust.go @@ -1615,7 +1615,7 @@ func (mod *Module) DepIsInSameApex(ctx android.BaseModuleContext, dep android.Mo } } - if depTag == procMacroDepTag { + if depTag == procMacroDepTag || depTag == customBindgenDepTag { return false } |