Revert "Some clarifications in preparation to automatically order linker dependencies"
This reverts commit 2370af0e239555d891ef4fffd5597384c947f62e.
Reason for revert: New Build Breakage: aosp-master/aosp_arm64_ab-userdebug @ 4376965
Change-Id: Ibe4b819c4292457c454bf42e6d94fba3071ec04b
diff --git a/android/mutator.go b/android/mutator.go
index 66a1bad..04407eb 100644
--- a/android/mutator.go
+++ b/android/mutator.go
@@ -18,13 +18,12 @@
"github.com/google/blueprint"
)
-// Phases:
-// run Pre-arch mutators
-// run archMutator
-// run Pre-deps mutators
-// run depsMutator
-// run PostDeps mutators
-// continue on to GenerateAndroidBuildActions
+// Mutator phases:
+// Pre-arch
+// Arch
+// Pre-deps
+// Deps
+// PostDeps
func registerMutatorsToContext(ctx *blueprint.Context, mutators []*mutator) {
for _, t := range mutators {