Merge "Move markPlatformAvailability mutator before apexMutator"
This commit is contained in:
@@ -69,10 +69,12 @@ func RegisterPostDepsMutators(ctx android.RegisterMutatorsContext) {
|
||||
ctx.BottomUp("apex_unique", apexUniqueVariationsMutator).Parallel()
|
||||
ctx.BottomUp("apex_test_for_deps", apexTestForDepsMutator).Parallel()
|
||||
ctx.BottomUp("apex_test_for", apexTestForMutator).Parallel()
|
||||
// Run mark_platform_availability before the apexMutator as the apexMutator needs to know whether
|
||||
// it should create a platform variant.
|
||||
ctx.BottomUp("mark_platform_availability", markPlatformAvailability).Parallel()
|
||||
ctx.BottomUp("apex", apexMutator).Parallel()
|
||||
ctx.BottomUp("apex_directly_in_any", apexDirectlyInAnyMutator).Parallel()
|
||||
ctx.BottomUp("apex_flattened", apexFlattenedMutator).Parallel()
|
||||
ctx.BottomUp("mark_platform_availability", markPlatformAvailability).Parallel()
|
||||
}
|
||||
|
||||
type apexBundleProperties struct {
|
||||
|
Reference in New Issue
Block a user