Loading android/bazel_handler.go +2 −1 Original line number Diff line number Diff line Loading @@ -29,6 +29,7 @@ import ( "android/soong/bazel/cquery" "android/soong/shared" "github.com/google/blueprint" "android/soong/bazel" Loading @@ -54,7 +55,7 @@ func init() { } func RegisterMixedBuildsMutator(ctx RegistrationContext) { ctx.PostDepsMutators(func(ctx RegisterMutatorsContext) { ctx.FinalDepsMutators(func(ctx RegisterMutatorsContext) { ctx.BottomUp("mixed_builds_prep", mixedBuildsPrepareMutator).Parallel() }) } Loading Loading
android/bazel_handler.go +2 −1 Original line number Diff line number Diff line Loading @@ -29,6 +29,7 @@ import ( "android/soong/bazel/cquery" "android/soong/shared" "github.com/google/blueprint" "android/soong/bazel" Loading @@ -54,7 +55,7 @@ func init() { } func RegisterMixedBuildsMutator(ctx RegistrationContext) { ctx.PostDepsMutators(func(ctx RegisterMutatorsContext) { ctx.FinalDepsMutators(func(ctx RegisterMutatorsContext) { ctx.BottomUp("mixed_builds_prep", mixedBuildsPrepareMutator).Parallel() }) } Loading