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

Commit 17db3267 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Make apexMutator parallel"

parents 63e70530 643614de
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -153,7 +153,7 @@ func init() {

	android.PostDepsMutators(func(ctx android.RegisterMutatorsContext) {
		ctx.TopDown("apex_deps", apexDepsMutator)
		ctx.BottomUp("apex", apexMutator)
		ctx.BottomUp("apex", apexMutator).Parallel()
	})
}