Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7b8afc79 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Let genrule be mutatable by the apex mutator"

parents 90aa1011 fc752ca1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -42,5 +42,7 @@ func genRuleFactory() android.Module {

	android.InitAndroidArchModule(module, android.HostAndDeviceSupported, android.MultilibBoth)

	android.InitApexModule(module)

	return module
}
+1 −0
Original line number Diff line number Diff line
@@ -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