Merge "Revert "Revert "Load env variables before c.config()""" into rvc-dev am: 9ecad7478f
Original change: https://googleplex-android-review.googlesource.com/c/platform/build/soong/+/15778291 Change-Id: I16a1ac3a5fac8be17ff4ef923422797cd4dff026
This commit is contained in:
commit
ecd9666a57
|
@ -195,13 +195,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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue