diff options
Diffstat (limited to 'python/test.go')
-rw-r--r-- | python/test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/test.go b/python/test.go index 7413782cb..3cd900f4c 100644 --- a/python/test.go +++ b/python/test.go @@ -101,7 +101,7 @@ func (test *testDecorator) install(ctx android.ModuleContext, file android.Path) func NewTest(hod android.HostOrDeviceSupported) *Module { module, binary := NewBinary(hod) - binary.pythonInstaller = NewPythonInstaller("nativetest", "nativetest64") + binary.pythonInstaller = NewPythonInstaller("nativetest", "nativetest64", module) test := &testDecorator{binaryDecorator: binary} if hod == android.HostSupportedNoCross && test.testProperties.Test_options.Unit_test == nil { |