summaryrefslogtreecommitdiff
path: root/python/python.go
diff options
context:
space:
mode:
authorLiz Kammer <eakammer@google.com>2020-11-26 00:05:52 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2020-11-26 00:05:52 +0000
commitc55dcfcc2bfdafed0f1d8b4ce97e26199458d4f6 (patch)
tree25711be5ad6f4fc1825a146e26669ab31dc1a727 /python/python.go
parent6953adeb9560ead90e4c40e3f89a58a6c369086b (diff)
parentd8dceb0f2d4359519c03fa7dddfad02790c4e21b (diff)
Merge "Refactor python to use AndroidMkEntries."
Diffstat (limited to 'python/python.go')
-rw-r--r--python/python.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python.go b/python/python.go
index c27a09641..7e376c608 100644
--- a/python/python.go
+++ b/python/python.go
@@ -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 {