diff options
| author | 2024-12-02 19:47:15 +0000 | |
|---|---|---|
| committer | 2024-12-02 19:47:15 +0000 | |
| commit | 8610f3e9da39ad89937889648f3529c39762d3c0 (patch) | |
| tree | c0836041892693d2ce3ba05f49e37ae2955e5e68 /rust/rust.go | |
| parent | f0eabbf94ffa8acf87e88822ec85c162f33b973e (diff) | |
| parent | 6e0c11049d859040c125f19cfab01d473b4bd398 (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.go | 4 |
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 } |