aboutsummaryrefslogtreecommitdiffstats
path: root/rust
diff options
context:
space:
mode:
Diffstat (limited to 'rust')
-rw-r--r--rust/rust.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/rust/rust.go b/rust/rust.go
index 14513fbf..0eab8d22 100644
--- a/rust/rust.go
+++ b/rust/rust.go
@@ -346,11 +346,6 @@ func (mod *Module) GetStaticVariant() cc.LinkableInterface {
return nil
}
-func (mod *Module) AllStaticDeps() []string {
- // TODO(jiyong): do this for rust?
- return nil
-}
-
func (mod *Module) Module() android.Module {
return mod
}