summaryrefslogtreecommitdiff
path: root/python/binary.go
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2020-12-04 03:45:21 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2020-12-04 03:45:21 +0000
commit2859d737f0c164e38771b014e597f22a37dd205b (patch)
treee7e4c4161feb21969e801f5d2ada576b610036c2 /python/binary.go
parent2ba87f466c3af3ffdf2b925520c4d4e45a3f5aba (diff)
parentd737d02f16651e99adf5bde3c43ad234165a023e (diff)
Merge "Add comments/refactor for python.go"
Diffstat (limited to 'python/binary.go')
-rw-r--r--python/binary.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/binary.go b/python/binary.go
index 1d2400efd..416a7eec0 100644
--- a/python/binary.go
+++ b/python/binary.go
@@ -81,7 +81,7 @@ func NewBinary(hod android.HostOrDeviceSupported) (*Module, *binaryDecorator) {
func PythonBinaryHostFactory() android.Module {
module, _ := NewBinary(android.HostSupported)
- return module.Init()
+ return module.init()
}
func (binary *binaryDecorator) autorun() bool {