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

Commit de721f0e authored by Steven Moreland's avatar Steven Moreland Committed by android-build-merger
Browse files

Merge "Automatically inherit common properties." am: d28f688e am: e3ff85b9 am: 03b76a99

am: e0884dd8

Change-Id: I8ed8854b5b63f8509199cf038d7669d0aab7e574
parents b0a3d0d4 e0884dd8
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -243,7 +243,8 @@ func (t *topDownMutatorContext) Rename(name string) {
}

func (t *topDownMutatorContext) CreateModule(factory blueprint.ModuleFactory, props ...interface{}) {
	t.bp.CreateModule(factory, props...)
	common := []interface{}{&t.Module().base().commonProperties}
	t.bp.CreateModule(factory, append(common, props...)...)
}

func (b *bottomUpMutatorContext) MutatorName() string {