Merge "Refactor python to use AndroidMkEntries."

This commit is contained in:
Liz Kammer
2020-11-26 00:05:52 +00:00
committed by Gerrit Code Review
2 changed files with 31 additions and 47 deletions

View File

@@ -197,7 +197,7 @@ func (p *Module) GetSrcsZip() android.Path {
var _ PythonDependency = (*Module)(nil)
var _ android.AndroidMkDataProvider = (*Module)(nil)
var _ android.AndroidMkEntriesProvider = (*Module)(nil)
func (p *Module) Init() android.Module {