Revert "Load env variables before c.config()" am: 4e88859af0
am: 51c318f403
Original change: https://googleplex-android-review.googlesource.com/c/platform/build/soong/+/15741350 Change-Id: Ia229ea5263a3456015ad2d446ce9f77f5e7639d0
This commit is contained in:
commit
e41ee225ae
|
@ -205,12 +205,13 @@ 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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue