commit | 59339a29e1e8ec90752f6b9a65deb45ea49f93ce | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Sun Jul 22 21:18:45 2018 -0700 |
committer | Dan Willemsen <dwillemsen@google.com> | Sun Jul 22 21:18:45 2018 -0700 |
tree | 23053e7f36f9cb7eb9ba9917bb93bbbcf0f2382e | |
parent | ee74203bfbc0071a71ee783220cd563d20e961e7 [diff] [blame] |
Fix `go vet` issues Test: go vet ./... Change-Id: Ifb936ccc5e2b5a2c3fcbbbcb54f680e2973ea1b3
diff --git a/cmd/soong_ui/main.go b/cmd/soong_ui/main.go index 47682ff..b603571 100644 --- a/cmd/soong_ui/main.go +++ b/cmd/soong_ui/main.go
@@ -84,7 +84,7 @@ stat.Finish() }) - buildCtx := build.Context{&build.ContextImpl{ + buildCtx := build.Context{ContextImpl: &build.ContextImpl{ Context: ctx, Logger: log, Tracer: trace,