Merge "Use the correct build dir."

This commit is contained in:
Lukács T. Berki 2021-04-19 06:46:16 +00:00 committed by Gerrit Code Review
commit 8308aab95e

View file

@ -175,7 +175,7 @@ func RunBlueprint(args Args, ctx *blueprint.Context, config interface{}, extraNi
fatalf("could not enumerate files: %v\n", err.Error())
}
buildDir := args.BuildDir
buildDir := config.(BootstrapConfig).BuildDir()
stage := StageMain
if args.GeneratingPrimaryBuilder {