diff options
Diffstat (limited to 'cc/genrule.go')
-rw-r--r-- | cc/genrule.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cc/genrule.go b/cc/genrule.go index 63c728cb6..0c06ae6dd 100644 --- a/cc/genrule.go +++ b/cc/genrule.go @@ -62,7 +62,6 @@ func GenRuleFactory() android.Module { android.InitAndroidArchModule(module, android.HostAndDeviceSupported, android.MultilibBoth) android.InitApexModule(module) - android.InitBazelModule(module) return module } |