Revert "Reland "m <apex_name>-deps-info prints the internal/external deps of the APEX"""

This reverts commit 956305c61c.

Reason for revert: broke master-art-host branch
Exempt-From-Owner-Approval: reverting a bad change

Change-Id: Id7faed4ee85328c7c65847a3543ea9e67a3d50b3
This commit is contained in:
Jiyong Park
2020-01-14 08:49:00 +00:00
parent 956305c61c
commit 7cb4d378e7
9 changed files with 13 additions and 132 deletions

View File

@@ -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
}