aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/soong_ui
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2018-07-22 21:18:45 -0700
committerDan Willemsen <dwillemsen@google.com>2018-07-22 21:18:45 -0700
commit59339a29e1e8ec90752f6b9a65deb45ea49f93ce (patch)
tree23053e7f36f9cb7eb9ba9917bb93bbbcf0f2382e /cmd/soong_ui
parentee74203bfbc0071a71ee783220cd563d20e961e7 (diff)
downloadbuild_soong-59339a29e1e8ec90752f6b9a65deb45ea49f93ce.tar.gz
build_soong-59339a29e1e8ec90752f6b9a65deb45ea49f93ce.tar.bz2
build_soong-59339a29e1e8ec90752f6b9a65deb45ea49f93ce.zip
Fix `go vet` issues
Test: go vet ./... Change-Id: Ifb936ccc5e2b5a2c3fcbbbcb54f680e2973ea1b3
Diffstat (limited to 'cmd/soong_ui')
-rw-r--r--cmd/soong_ui/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/soong_ui/main.go b/cmd/soong_ui/main.go
index 47682ff5..b603571b 100644
--- a/cmd/soong_ui/main.go
+++ b/cmd/soong_ui/main.go
@@ -84,7 +84,7 @@ func main() {
stat.Finish()
})
- buildCtx := build.Context{&build.ContextImpl{
+ buildCtx := build.Context{ContextImpl: &build.ContextImpl{
Context: ctx,
Logger: log,
Tracer: trace,