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

This commit is contained in:
Treehugger Robot
2020-01-14 02:40:42 +00:00
committed by Gerrit Code Review
9 changed files with 132 additions and 13 deletions

View File

@@ -346,6 +346,11 @@ 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
}