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

Commit 06c0a03b authored by Colin Cross's avatar Colin Cross Committed by Gerrit Code Review
Browse files

Merge "Support defaults for gensrcs modules" into main

parents 1ff11b51 483b4c4b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -754,6 +754,7 @@ func NewGenSrcs() *Module {
func GenSrcsFactory() android.Module {
	m := NewGenSrcs()
	android.InitAndroidModule(m)
	android.InitDefaultableModule(m)
	return m
}