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
This commit is contained in:
@@ -754,6 +754,7 @@ func NewGenSrcs() *Module {
|
|||||||
func GenSrcsFactory() android.Module {
|
func GenSrcsFactory() android.Module {
|
||||||
m := NewGenSrcs()
|
m := NewGenSrcs()
|
||||||
android.InitAndroidModule(m)
|
android.InitAndroidModule(m)
|
||||||
|
android.InitDefaultableModule(m)
|
||||||
return m
|
return m
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user