summaryrefslogtreecommitdiff
path: root/python/test.go
diff options
context:
space:
mode:
Diffstat (limited to 'python/test.go')
-rw-r--r--python/test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/test.go b/python/test.go
index 41c5538d5..f15a8fccf 100644
--- a/python/test.go
+++ b/python/test.go
@@ -102,7 +102,6 @@ func (p *PythonTestModule) init() android.Module {
p.AddProperties(&p.testProperties)
android.InitAndroidArchModule(p, p.hod, p.multilib)
android.InitDefaultableModule(p)
- android.InitBazelModule(p)
if p.isTestHost() && p.testProperties.Test_options.Unit_test == nil {
p.testProperties.Test_options.Unit_test = proptools.BoolPtr(true)
}