summaryrefslogtreecommitdiff
path: root/rust/rust.go
diff options
context:
space:
mode:
author Spandan Das <spandandas@google.com> 2024-11-25 12:43:09 +0000
committer Spandan Das <spandandas@google.com> 2024-12-02 18:03:32 +0000
commit6e0c11049d859040c125f19cfab01d473b4bd398 (patch)
tree2352b38b681ed7aa97d7ab0891b80d8ab3efceab /rust/rust.go
parent1a6f176ce066fc39574db6b7bcb69da82e579199 (diff)
Skip packaging cross container cc deps of apk-in-apex
With this change, apk-in-apex will skip packaging a cc library dependency if the dependency is part of the platform or part of a different apex. Bug: 375473764 Test: go test ./java ./apex Test: presubmits Change-Id: I91351973c2c941c7531e9f7d4879049eab766a12
Diffstat (limited to 'rust/rust.go')
-rw-r--r--rust/rust.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/rust/rust.go b/rust/rust.go
index 48f946e1c..eeb228ceb 100644
--- a/rust/rust.go
+++ b/rust/rust.go
@@ -722,6 +722,10 @@ func (mod *Module) IsNdk(config android.Config) bool {
return false
}
+func (mod *Module) HasStubsVariants() bool {
+ return false
+}
+
func (mod *Module) IsStubs() bool {
return false
}