summaryrefslogtreecommitdiff
path: root/rust/rust.go
diff options
context:
space:
mode:
author Spandan Das <spandandas@google.com> 2024-12-02 19:47:15 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2024-12-02 19:47:15 +0000
commit8610f3e9da39ad89937889648f3529c39762d3c0 (patch)
treec0836041892693d2ce3ba05f49e37ae2955e5e68 /rust/rust.go
parentf0eabbf94ffa8acf87e88822ec85c162f33b973e (diff)
parent6e0c11049d859040c125f19cfab01d473b4bd398 (diff)
Merge "Skip packaging cross container cc deps of apk-in-apex" into main
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
}