Merge "Make sure ninja keeps going after errors" into main

This commit is contained in:
Kadir Çetinkaya
2024-03-18 07:36:16 +00:00
committed by Gerrit Code Review

View File

@@ -307,6 +307,7 @@ func runMake(ctx context.Context, env Env, modules ...string) error {
"TARGET_PRODUCT=" + env.LunchTarget.Product,
"TARGET_RELEASE=" + env.LunchTarget.Release,
"TARGET_BUILD_VARIANT=" + env.LunchTarget.Variant,
"-k",
}
args = append(args, modules...)
cmd := exec.CommandContext(ctx, "build/soong/soong_ui.bash", args...)