Loading android/mutator.go +2 −1 Original line number Diff line number Diff line Loading @@ -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 { Loading Loading
android/mutator.go +2 −1 Original line number Diff line number Diff line Loading @@ -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 { Loading