Loading cc/genrule.go +2 −0 Original line number Diff line number Diff line Loading @@ -42,5 +42,7 @@ func genRuleFactory() android.Module { android.InitAndroidArchModule(module, android.HostAndDeviceSupported, android.MultilibBoth) android.InitApexModule(module) return module } genrule/genrule.go +1 −0 Original line number Diff line number Diff line Loading @@ -101,6 +101,7 @@ type generatorProperties struct { type Module struct { android.ModuleBase android.DefaultableModuleBase android.ApexModuleBase // For other packages to make their own genrules with extra // properties Loading Loading
cc/genrule.go +2 −0 Original line number Diff line number Diff line Loading @@ -42,5 +42,7 @@ func genRuleFactory() android.Module { android.InitAndroidArchModule(module, android.HostAndDeviceSupported, android.MultilibBoth) android.InitApexModule(module) return module }
genrule/genrule.go +1 −0 Original line number Diff line number Diff line Loading @@ -101,6 +101,7 @@ type generatorProperties struct { type Module struct { android.ModuleBase android.DefaultableModuleBase android.ApexModuleBase // For other packages to make their own genrules with extra // properties Loading