Merge "Let genrule be mutatable by the apex mutator"

This commit is contained in:
Treehugger Robot
2019-06-12 18:39:28 +00:00
committed by Gerrit Code Review
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
}