Merge "Send soong output to std.log in multiproduct_kati" am: 08bb51cdc5 am: 4c6416c021

am: ea1cc75c1a

Change-Id: Ied9c726052bee94b82e695c0495ad0876545781d
This commit is contained in:
Dan Willemsen 2017-11-14 11:31:28 +00:00 committed by android-build-merger
commit 0141d42b8d

View file

@ -15,7 +15,6 @@
package main
import (
"bytes"
"context"
"flag"
"fmt"
@ -280,7 +279,7 @@ func main() {
log.Fatalf("Error creating std.log: %v", err)
}
productLog := logger.New(&bytes.Buffer{})
productLog := logger.New(f)
productLog.SetOutput(filepath.Join(productLogDir, "soong.log"))
productCtx := build.Context{&build.ContextImpl{