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

Commit 483b4c4b authored by Colin Cross's avatar Colin Cross
Browse files

Support defaults for gensrcs modules

external/jemalloc/Android.bp has mulitple similar gensrcs, allow
using a defaults modules to simplify them.

Test: builds
Flag: NONE
Change-Id: If71a860c830e9502720caaf495b395ea28dd6983
parent 6650b159
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
}