diff options
author | 2024-12-02 23:21:31 +0000 | |
---|---|---|
committer | 2024-12-02 23:21:31 +0000 | |
commit | 430bb2e2c93d440f76279a5a6f0f0d3cc3141e6c (patch) | |
tree | a91ae61387d1c88299be8d2c094618a979db8848 /rust/rust.go | |
parent | 6e0c11049d859040c125f19cfab01d473b4bd398 (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.go | 4 |
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 } |