summaryrefslogtreecommitdiff
path: root/rust/rust.go
diff options
context:
space:
mode:
author Priyanka Advani (xWF) <padvani@google.com> 2024-12-02 23:21:31 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2024-12-02 23:21:31 +0000
commit430bb2e2c93d440f76279a5a6f0f0d3cc3141e6c (patch)
treea91ae61387d1c88299be8d2c094618a979db8848 /rust/rust.go
parent6e0c11049d859040c125f19cfab01d473b4bd398 (diff)
Revert "Skip packaging cross container cc deps of apk-in-apex"
This reverts commit 6e0c11049d859040c125f19cfab01d473b4bd398. Reason for revert: Droidmonitor created revert due to b/381931089. Will be verifying through ABTD before submission. Change-Id: Id5cb534132c1db84cfda5f1da5c62c0a26bce19c
Diffstat (limited to 'rust/rust.go')
-rw-r--r--rust/rust.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/rust/rust.go b/rust/rust.go
index eeb228ceb..48f946e1c 100644
--- a/rust/rust.go
+++ b/rust/rust.go
@@ -722,10 +722,6 @@ func (mod *Module) IsNdk(config android.Config) bool {
return false
}
-func (mod *Module) HasStubsVariants() bool {
- return false
-}
-
func (mod *Module) IsStubs() bool {
return false
}