Some clarifications in preparation to automatically order linker dependencies
Test: Browse the code and determine whether it's easier to understand Bug: 66260943 Change-Id: I88c24a8a31ef68f428919087d206433659265684
This commit is contained in:
@@ -18,12 +18,13 @@ import (
|
||||
"github.com/google/blueprint"
|
||||
)
|
||||
|
||||
// Mutator phases:
|
||||
// Pre-arch
|
||||
// Arch
|
||||
// Pre-deps
|
||||
// Deps
|
||||
// PostDeps
|
||||
// Phases:
|
||||
// run Pre-arch mutators
|
||||
// run archMutator
|
||||
// run Pre-deps mutators
|
||||
// run depsMutator
|
||||
// run PostDeps mutators
|
||||
// continue on to GenerateAndroidBuildActions
|
||||
|
||||
func registerMutatorsToContext(ctx *blueprint.Context, mutators []*mutator) {
|
||||
for _, t := range mutators {
|
||||
|
Reference in New Issue
Block a user