Add comments/refactor for python.go
Test: all soong tests Test: m nothing Change-Id: Ib3b95d7c2831b97026e76a39af515fd51c6cb2c7
This commit is contained in:
@@ -108,12 +108,12 @@ func NewTest(hod android.HostOrDeviceSupported) *Module {
|
||||
func PythonTestHostFactory() android.Module {
|
||||
module := NewTest(android.HostSupportedNoCross)
|
||||
|
||||
return module.Init()
|
||||
return module.init()
|
||||
}
|
||||
|
||||
func PythonTestFactory() android.Module {
|
||||
module := NewTest(android.HostAndDeviceSupported)
|
||||
module.multilib = android.MultilibBoth
|
||||
|
||||
return module.Init()
|
||||
return module.init()
|
||||
}
|
||||
|
Reference in New Issue
Block a user