Merge "Let genrule be mutatable by the apex mutator"
am: 7b8afc798a
Change-Id: Ide6e76e807860525be3bfd786fbce8a216cce29c
This commit is contained in:
@@ -42,5 +42,7 @@ func genRuleFactory() android.Module {
|
|||||||
|
|
||||||
android.InitAndroidArchModule(module, android.HostAndDeviceSupported, android.MultilibBoth)
|
android.InitAndroidArchModule(module, android.HostAndDeviceSupported, android.MultilibBoth)
|
||||||
|
|
||||||
|
android.InitApexModule(module)
|
||||||
|
|
||||||
return module
|
return module
|
||||||
}
|
}
|
||||||
|
@@ -101,6 +101,7 @@ type generatorProperties struct {
|
|||||||
type Module struct {
|
type Module struct {
|
||||||
android.ModuleBase
|
android.ModuleBase
|
||||||
android.DefaultableModuleBase
|
android.DefaultableModuleBase
|
||||||
|
android.ApexModuleBase
|
||||||
|
|
||||||
// For other packages to make their own genrules with extra
|
// For other packages to make their own genrules with extra
|
||||||
// properties
|
// properties
|
||||||
|
Reference in New Issue
Block a user