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 eeb228ceb..1417c0881 100644 --- a/rust/rust.go +++ b/rust/rust.go @@ -1683,7 +1683,7 @@ func (mod *Module) DepsMutator(actx android.BottomUpMutatorContext) { } for _, lib := range deps.SharedLibs { - depTag := cc.SharedDepTag() + depTag := cc.SharedDepTag(mod.Static()) name, version := cc.StubsLibNameAndVersion(lib) variations := []blueprint.Variation{ |