summaryrefslogtreecommitdiff
path: root/rust/rust.go
diff options
context:
space:
mode:
author Colin Cross <ccross@android.com> 2024-12-11 01:05:58 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2024-12-11 01:05:58 +0000
commite489db477b9bc260062c4b4cbfce394e63befe2d (patch)
treec24988884d00e91bb6df400bacd6309bf9ba45a9 /rust/rust.go
parentc4179b5f7fc5e6de0ce27d9583ff5edfc93389c0 (diff)
parent190a66abb243f22995d46e6dd90808f4d69eeeeb (diff)
Merge "Move parent static check in cc.Module.DepIsInSameApex into tag" into main
Diffstat (limited to 'rust/rust.go')
-rw-r--r--rust/rust.go2
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{