summaryrefslogtreecommitdiff
path: root/python/binary.go
diff options
context:
space:
mode:
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 304c9a98b..bf6167c3c 100644
--- a/python/binary.go
+++ b/python/binary.go
@@ -143,7 +143,7 @@ var (
func NewBinary(hod android.HostOrDeviceSupported) (*Module, *binaryDecorator) {
module := newModule(hod, android.MultilibFirst)
- decorator := &binaryDecorator{pythonInstaller: NewPythonInstaller("bin", "", module)}
+ decorator := &binaryDecorator{pythonInstaller: NewPythonInstaller("bin", "")}
module.bootstrapper = decorator
module.installer = decorator