aboutsummaryrefslogtreecommitdiffstats
path: root/rust
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2020-01-09 02:05:18 +0000
committerJiyong Park <jiyong@google.com>2020-01-09 02:05:18 +0000
commit4513f703f9902193fc5c29607ddb4a8f71bfd702 (patch)
tree44323e23685ac774986b42dc3e88bce5c19d27ab /rust
parent114ff53f5e66f4493dcee443db677c09e0b9b32b (diff)
downloadbuild_soong-4513f703f9902193fc5c29607ddb4a8f71bfd702.tar.gz
build_soong-4513f703f9902193fc5c29607ddb4a8f71bfd702.tar.bz2
build_soong-4513f703f9902193fc5c29607ddb4a8f71bfd702.zip
Revert "m <apex_name>-deps-info prints the internal/external deps of the APEX"
This reverts commit 114ff53f5e66f4493dcee443db677c09e0b9b32b. Reason for revert: broke cf_x86_phone-userdebug_coverage Change-Id: I7221fd0b0baee5407a7322240c170aef8e549e4d
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
}