diff options
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 } |