Merge "Make sure ninja keeps going after errors" into main
This commit is contained in:
@@ -307,6 +307,7 @@ func runMake(ctx context.Context, env Env, modules ...string) error {
|
|||||||
"TARGET_PRODUCT=" + env.LunchTarget.Product,
|
"TARGET_PRODUCT=" + env.LunchTarget.Product,
|
||||||
"TARGET_RELEASE=" + env.LunchTarget.Release,
|
"TARGET_RELEASE=" + env.LunchTarget.Release,
|
||||||
"TARGET_BUILD_VARIANT=" + env.LunchTarget.Variant,
|
"TARGET_BUILD_VARIANT=" + env.LunchTarget.Variant,
|
||||||
|
"-k",
|
||||||
}
|
}
|
||||||
args = append(args, modules...)
|
args = append(args, modules...)
|
||||||
cmd := exec.CommandContext(ctx, "build/soong/soong_ui.bash", args...)
|
cmd := exec.CommandContext(ctx, "build/soong/soong_ui.bash", args...)
|
||||||
|
Reference in New Issue
Block a user