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

Commit 9ecad747 authored by Kousik Kumar's avatar Kousik Kumar Committed by Android (Google) Code Review
Browse files

Merge "Revert "Revert "Load env variables before c.config()""" into rvc-dev

parents a510a2db 008c2aa1
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -196,13 +196,12 @@ func main() {
		Status:  stat,
	}}

	config := c.config(buildCtx, args...)

	if err := loadEnvConfig(); err != nil {
		fmt.Fprintf(os.Stderr, "failed to parse env config files: %v", err)
		os.Exit(1)
	}

	config := c.config(buildCtx, args...)

	build.SetupOutDir(buildCtx, config)