Merge "Let genrule be mutatable by the apex mutator" am: 7b8afc798a

am: 8e5d79cc67

Change-Id: I674e8eedc63b632e1c775b9f06deeb4388b893ae
This commit is contained in:
Jiyong Park
2019-06-12 11:57:55 -07:00
committed by android-build-merger
2 changed files with 3 additions and 0 deletions

View File

@@ -42,5 +42,7 @@ func genRuleFactory() android.Module {
android.InitAndroidArchModule(module, android.HostAndDeviceSupported, android.MultilibBoth)
android.InitApexModule(module)
return module
}

View File

@@ -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