Merge "Let genrule be mutatable by the apex mutator" am: 7b8afc798a
am: 8e5d79cc67
am: 4852239e35
Change-Id: Ic02c37528899112d9e54e564e5d57673b9738db9
This commit is contained in:
@@ -42,5 +42,7 @@ func genRuleFactory() android.Module {
|
||||
|
||||
android.InitAndroidArchModule(module, android.HostAndDeviceSupported, android.MultilibBoth)
|
||||
|
||||
android.InitApexModule(module)
|
||||
|
||||
return module
|
||||
}
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user