summaryrefslogtreecommitdiff
path: root/python/binary.go
diff options
context:
space:
mode:
authorLiz Kammer <eakammer@google.com>2020-11-16 15:42:51 -0800
committerLiz Kammer <eakammer@google.com>2020-12-01 13:18:47 -0800
commitd737d02f16651e99adf5bde3c43ad234165a023e (patch)
tree12cd130ec2220a6a1ab5229a15a7764c4063efa6 /python/binary.go
parent882c04257508d5642455c9155d539a145854ca56 (diff)
Add comments/refactor for python.go
Test: all soong tests Test: m nothing Change-Id: Ib3b95d7c2831b97026e76a39af515fd51c6cb2c7
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 {