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

Commit d90f0377 authored by Usta (Tsering) Shrestha's avatar Usta (Tsering) Shrestha Committed by Automerger Merge Worker
Browse files

Merge "Remove unsued mutator registration" into main am: d7471ec5 am: a8097a50

parents 5eb30c45 a8097a50
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -698,12 +698,6 @@ func registerDepsMutator(ctx RegisterMutatorsContext) {
	ctx.BottomUp("deps", depsMutator).Parallel()
}

func registerDepsMutatorBp2Build(ctx RegisterMutatorsContext) {
	// TODO(b/179313531): Consider a separate mutator that only runs depsMutator for modules that are
	// being converted to build targets.
	ctx.BottomUp("deps", depsMutator).Parallel()
}

func (t *bottomUpMutatorContext) CreateBazelTargetModule(
	bazelProps bazel.BazelTargetModuleProperties,
	commonAttrs CommonAttributes,