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

Commit b9b3915d authored by Colin Cross's avatar Colin Cross Committed by Gerrit Code Review
Browse files

Merge "Make sanitizer markapexes mutators parallel" into main

parents 7adb6242 2b9f138c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -176,7 +176,7 @@ func (t SanitizerType) registerMutators(ctx android.RegisterMutatorsContext) {
	switch t {
	case cfi, Hwasan, Asan, tsan, Fuzzer, scs, Memtag_stack:
		sanitizer := &sanitizerSplitMutator{t}
		ctx.BottomUp(t.variationName()+"_markapexes", sanitizer.markSanitizableApexesMutator)
		ctx.BottomUp(t.variationName()+"_markapexes", sanitizer.markSanitizableApexesMutator).Parallel()
		ctx.Transition(t.variationName(), sanitizer)
	case Memtag_heap, Memtag_globals, intOverflow:
		// do nothing