Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f6e76b65 authored by Kadir Çetinkaya's avatar Kadir Çetinkaya Committed by Gerrit Code Review
Browse files

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

parents 9ba9e0a7 874e12be
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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...)