summaryrefslogtreecommitdiff
path: root/java/genrule.go
diff options
context:
space:
mode:
Diffstat (limited to 'java/genrule.go')
-rw-r--r--java/genrule.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/java/genrule.go b/java/genrule.go
index 208e1f43b..b84225fa5 100644
--- a/java/genrule.go
+++ b/java/genrule.go
@@ -65,7 +65,6 @@ func GenRuleFactory() android.Module {
android.InitAndroidArchModule(module, android.HostAndDeviceSupported, android.MultilibCommon)
android.InitDefaultableModule(module)
- android.InitBazelModule(module)
return module
}
@@ -79,7 +78,6 @@ func GenRuleFactoryHost() android.Module {
android.InitAndroidArchModule(module, android.HostSupported, android.MultilibCommon)
android.InitDefaultableModule(module)
- android.InitBazelModule(module)
return module
}