diff options
author | Treehugger Robot <treehugger-gerrit@google.com> | 2020-12-04 03:45:21 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2020-12-04 03:45:21 +0000 |
commit | 2859d737f0c164e38771b014e597f22a37dd205b (patch) | |
tree | e7e4c4161feb21969e801f5d2ada576b610036c2 /python/binary.go | |
parent | 2ba87f466c3af3ffdf2b925520c4d4e45a3f5aba (diff) | |
parent | d737d02f16651e99adf5bde3c43ad234165a023e (diff) |
Merge "Add comments/refactor for python.go"
Diffstat (limited to 'python/binary.go')
-rw-r--r-- | python/binary.go | 2 |
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 { |