Update prebuilts to ab/2774618
am: 1f6c8f6

* commit '1f6c8f67b5a551c6d98ee8adac28c7ffb08d805d':
  Update prebuilts to ab/2774618

Change-Id: I1953f27f9dd46dabfac4c6740cef70683a950edd
diff --git a/README.ANDROID b/README.ANDROID
deleted file mode 100644
index e397db1..0000000
--- a/README.ANDROID
+++ /dev/null
@@ -1,22 +0,0 @@
-The go prebuilts in this directory were compiled with:
-
-git clone https://github.com/golang/go.git /tmp/go
-cd /tmp/go/src
-git checkout go1.5.1
-# Go can't handle a relative GOROOT, but we don't know the absolute path
-# so set it to a relative path anyways.  The build system will have to
-# set the correct absolute GOROOT.
-export GOROOT_BOOTSTRAP=$TOP/prebuilts/go/linux-x86
-GOROOT_FINAL=./prebuilts/go/linux-x86 ./all.bash && ./race.bash
-
-# Build the Win64 go cross-compiler.
-GOROOT_FINAL=./prebuilts/go/linux-x86 GOOS=windows GOARCH=amd64 ./make.bash --no-clean
-
-cd prebuilts/go/linux-x86
-git rm -r *
-git reset HEAD README.ANDROID
-git checkout README.ANDROID
-<update this file>
-cp -rp /tmp/go/* ./
-git add -A
-git commit
diff --git a/bin/go b/bin/go
index d4e2171..63f19b9 100755
--- a/bin/go
+++ b/bin/go
Binary files differ
diff --git a/bin/gofmt b/bin/gofmt
index 606fcec..0df4b89 100755
--- a/bin/gofmt
+++ b/bin/gofmt
Binary files differ
diff --git a/bin/windows_amd64/go.exe b/bin/windows_amd64/go.exe
deleted file mode 100755
index 17f7a6c..0000000
--- a/bin/windows_amd64/go.exe
+++ /dev/null
Binary files differ
diff --git a/bin/windows_amd64/gofmt.exe b/bin/windows_amd64/gofmt.exe
deleted file mode 100755
index 4241b08..0000000
--- a/bin/windows_amd64/gofmt.exe
+++ /dev/null
Binary files differ
diff --git a/doc/articles/wiki/final-test.patch b/doc/articles/wiki/final-test.patch
deleted file mode 100644
index 499ad78..0000000
--- a/doc/articles/wiki/final-test.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-*** final.go	2015-06-14 23:59:22.000000000 +0200
---- final-test.go	2015-06-15 00:15:41.000000000 +0200
-***************
-*** 7,12 ****
---- 7,14 ----
-  import (
-  	"html/template"
-  	"io/ioutil"
-+ 	"log"
-+ 	"net"
-  	"net/http"
-  	"regexp"
-  )
-***************
-*** 85,89 ****
-  	http.HandleFunc("/edit/", makeHandler(editHandler))
-  	http.HandleFunc("/save/", makeHandler(saveHandler))
-  
-! 	http.ListenAndServe(":8080", nil)
-  }
---- 87,101 ----
-  	http.HandleFunc("/edit/", makeHandler(editHandler))
-  	http.HandleFunc("/save/", makeHandler(saveHandler))
-  
-! 	l, err := net.Listen("tcp", "127.0.0.1:0")
-! 	if err != nil {
-! 		log.Fatal(err)
-! 	}
-! 	err = ioutil.WriteFile("final-test-port.txt", []byte(l.Addr().String()), 0644)
-! 	if err != nil {
-! 		log.Fatal(err)
-! 	}
-! 	s := &http.Server{}
-! 	s.Serve(l)
-! 	return
-  }
diff --git a/pkg/bootstrap/bin/asm b/pkg/bootstrap/bin/asm
index 92123f7..e807230 100755
--- a/pkg/bootstrap/bin/asm
+++ b/pkg/bootstrap/bin/asm
Binary files differ
diff --git a/pkg/bootstrap/bin/compile b/pkg/bootstrap/bin/compile
index 37c311c..1850c0a 100755
--- a/pkg/bootstrap/bin/compile
+++ b/pkg/bootstrap/bin/compile
Binary files differ
diff --git a/pkg/bootstrap/bin/link b/pkg/bootstrap/bin/link
index 0f345d1..1bd2523 100755
--- a/pkg/bootstrap/bin/link
+++ b/pkg/bootstrap/bin/link
Binary files differ
diff --git a/pkg/bootstrap/pkg/linux_amd64/bootstrap/asm/internal/arch.a b/pkg/bootstrap/pkg/linux_amd64/bootstrap/asm/internal/arch.a
index 90b4403..795e4ce 100644
--- a/pkg/bootstrap/pkg/linux_amd64/bootstrap/asm/internal/arch.a
+++ b/pkg/bootstrap/pkg/linux_amd64/bootstrap/asm/internal/arch.a
Binary files differ
diff --git a/pkg/bootstrap/pkg/linux_amd64/bootstrap/asm/internal/asm.a b/pkg/bootstrap/pkg/linux_amd64/bootstrap/asm/internal/asm.a
index 880777b..1f332ab 100644
--- a/pkg/bootstrap/pkg/linux_amd64/bootstrap/asm/internal/asm.a
+++ b/pkg/bootstrap/pkg/linux_amd64/bootstrap/asm/internal/asm.a
Binary files differ
diff --git a/pkg/bootstrap/pkg/linux_amd64/bootstrap/asm/internal/flags.a b/pkg/bootstrap/pkg/linux_amd64/bootstrap/asm/internal/flags.a
index 53ac49c..16fd5e6 100644
--- a/pkg/bootstrap/pkg/linux_amd64/bootstrap/asm/internal/flags.a
+++ b/pkg/bootstrap/pkg/linux_amd64/bootstrap/asm/internal/flags.a
Binary files differ
diff --git a/pkg/bootstrap/pkg/linux_amd64/bootstrap/asm/internal/lex.a b/pkg/bootstrap/pkg/linux_amd64/bootstrap/asm/internal/lex.a
index aa699e4..782d510 100644
--- a/pkg/bootstrap/pkg/linux_amd64/bootstrap/asm/internal/lex.a
+++ b/pkg/bootstrap/pkg/linux_amd64/bootstrap/asm/internal/lex.a
Binary files differ
diff --git a/pkg/bootstrap/pkg/linux_amd64/bootstrap/compile/internal/amd64.a b/pkg/bootstrap/pkg/linux_amd64/bootstrap/compile/internal/amd64.a
index ba8b93a..5191dd5 100644
--- a/pkg/bootstrap/pkg/linux_amd64/bootstrap/compile/internal/amd64.a
+++ b/pkg/bootstrap/pkg/linux_amd64/bootstrap/compile/internal/amd64.a
Binary files differ
diff --git a/pkg/bootstrap/pkg/linux_amd64/bootstrap/compile/internal/arm.a b/pkg/bootstrap/pkg/linux_amd64/bootstrap/compile/internal/arm.a
index cf16283..0d0175e 100644
--- a/pkg/bootstrap/pkg/linux_amd64/bootstrap/compile/internal/arm.a
+++ b/pkg/bootstrap/pkg/linux_amd64/bootstrap/compile/internal/arm.a
Binary files differ
diff --git a/pkg/bootstrap/pkg/linux_amd64/bootstrap/compile/internal/arm64.a b/pkg/bootstrap/pkg/linux_amd64/bootstrap/compile/internal/arm64.a
index aed4ecf..dcc315f 100644
--- a/pkg/bootstrap/pkg/linux_amd64/bootstrap/compile/internal/arm64.a
+++ b/pkg/bootstrap/pkg/linux_amd64/bootstrap/compile/internal/arm64.a
Binary files differ
diff --git a/pkg/bootstrap/pkg/linux_amd64/bootstrap/compile/internal/big.a b/pkg/bootstrap/pkg/linux_amd64/bootstrap/compile/internal/big.a
index 96108e6..8437151 100644
--- a/pkg/bootstrap/pkg/linux_amd64/bootstrap/compile/internal/big.a
+++ b/pkg/bootstrap/pkg/linux_amd64/bootstrap/compile/internal/big.a
Binary files differ
diff --git a/pkg/bootstrap/pkg/linux_amd64/bootstrap/compile/internal/gc.a b/pkg/bootstrap/pkg/linux_amd64/bootstrap/compile/internal/gc.a
index 451a816..dd973f6 100644
--- a/pkg/bootstrap/pkg/linux_amd64/bootstrap/compile/internal/gc.a
+++ b/pkg/bootstrap/pkg/linux_amd64/bootstrap/compile/internal/gc.a
Binary files differ
diff --git a/pkg/bootstrap/pkg/linux_amd64/bootstrap/compile/internal/ppc64.a b/pkg/bootstrap/pkg/linux_amd64/bootstrap/compile/internal/ppc64.a
index 318d51e..73d2398 100644
--- a/pkg/bootstrap/pkg/linux_amd64/bootstrap/compile/internal/ppc64.a
+++ b/pkg/bootstrap/pkg/linux_amd64/bootstrap/compile/internal/ppc64.a
Binary files differ
diff --git a/pkg/bootstrap/pkg/linux_amd64/bootstrap/compile/internal/x86.a b/pkg/bootstrap/pkg/linux_amd64/bootstrap/compile/internal/x86.a
index ffe521a..5d3cd4f 100644
--- a/pkg/bootstrap/pkg/linux_amd64/bootstrap/compile/internal/x86.a
+++ b/pkg/bootstrap/pkg/linux_amd64/bootstrap/compile/internal/x86.a
Binary files differ
diff --git a/pkg/bootstrap/pkg/linux_amd64/bootstrap/internal/gcprog.a b/pkg/bootstrap/pkg/linux_amd64/bootstrap/internal/gcprog.a
index c0a2820..57957ef 100644
--- a/pkg/bootstrap/pkg/linux_amd64/bootstrap/internal/gcprog.a
+++ b/pkg/bootstrap/pkg/linux_amd64/bootstrap/internal/gcprog.a
Binary files differ
diff --git a/pkg/bootstrap/pkg/linux_amd64/bootstrap/internal/obj.a b/pkg/bootstrap/pkg/linux_amd64/bootstrap/internal/obj.a
index 6e94bd7..33c2593 100644
--- a/pkg/bootstrap/pkg/linux_amd64/bootstrap/internal/obj.a
+++ b/pkg/bootstrap/pkg/linux_amd64/bootstrap/internal/obj.a
Binary files differ
diff --git a/pkg/bootstrap/pkg/linux_amd64/bootstrap/internal/obj/arm.a b/pkg/bootstrap/pkg/linux_amd64/bootstrap/internal/obj/arm.a
index 0ff6d3a..13987f3 100644
--- a/pkg/bootstrap/pkg/linux_amd64/bootstrap/internal/obj/arm.a
+++ b/pkg/bootstrap/pkg/linux_amd64/bootstrap/internal/obj/arm.a
Binary files differ
diff --git a/pkg/bootstrap/pkg/linux_amd64/bootstrap/internal/obj/arm64.a b/pkg/bootstrap/pkg/linux_amd64/bootstrap/internal/obj/arm64.a
index 890bc20..3a48c84 100644
--- a/pkg/bootstrap/pkg/linux_amd64/bootstrap/internal/obj/arm64.a
+++ b/pkg/bootstrap/pkg/linux_amd64/bootstrap/internal/obj/arm64.a
Binary files differ
diff --git a/pkg/bootstrap/pkg/linux_amd64/bootstrap/internal/obj/ppc64.a b/pkg/bootstrap/pkg/linux_amd64/bootstrap/internal/obj/ppc64.a
index 2f38474..981c453 100644
--- a/pkg/bootstrap/pkg/linux_amd64/bootstrap/internal/obj/ppc64.a
+++ b/pkg/bootstrap/pkg/linux_amd64/bootstrap/internal/obj/ppc64.a
Binary files differ
diff --git a/pkg/bootstrap/pkg/linux_amd64/bootstrap/internal/obj/x86.a b/pkg/bootstrap/pkg/linux_amd64/bootstrap/internal/obj/x86.a
index 976438a..21df5ad 100644
--- a/pkg/bootstrap/pkg/linux_amd64/bootstrap/internal/obj/x86.a
+++ b/pkg/bootstrap/pkg/linux_amd64/bootstrap/internal/obj/x86.a
Binary files differ
diff --git a/pkg/bootstrap/pkg/linux_amd64/bootstrap/link/internal/amd64.a b/pkg/bootstrap/pkg/linux_amd64/bootstrap/link/internal/amd64.a
index b27eab3..1b3ec43 100644
--- a/pkg/bootstrap/pkg/linux_amd64/bootstrap/link/internal/amd64.a
+++ b/pkg/bootstrap/pkg/linux_amd64/bootstrap/link/internal/amd64.a
Binary files differ
diff --git a/pkg/bootstrap/pkg/linux_amd64/bootstrap/link/internal/arm.a b/pkg/bootstrap/pkg/linux_amd64/bootstrap/link/internal/arm.a
index 4340b51..b13b7ea 100644
--- a/pkg/bootstrap/pkg/linux_amd64/bootstrap/link/internal/arm.a
+++ b/pkg/bootstrap/pkg/linux_amd64/bootstrap/link/internal/arm.a
Binary files differ
diff --git a/pkg/bootstrap/pkg/linux_amd64/bootstrap/link/internal/arm64.a b/pkg/bootstrap/pkg/linux_amd64/bootstrap/link/internal/arm64.a
index dd8a7d6..cec85b8 100644
--- a/pkg/bootstrap/pkg/linux_amd64/bootstrap/link/internal/arm64.a
+++ b/pkg/bootstrap/pkg/linux_amd64/bootstrap/link/internal/arm64.a
Binary files differ
diff --git a/pkg/bootstrap/pkg/linux_amd64/bootstrap/link/internal/ld.a b/pkg/bootstrap/pkg/linux_amd64/bootstrap/link/internal/ld.a
index dc32851..d986046 100644
--- a/pkg/bootstrap/pkg/linux_amd64/bootstrap/link/internal/ld.a
+++ b/pkg/bootstrap/pkg/linux_amd64/bootstrap/link/internal/ld.a
Binary files differ
diff --git a/pkg/bootstrap/pkg/linux_amd64/bootstrap/link/internal/ppc64.a b/pkg/bootstrap/pkg/linux_amd64/bootstrap/link/internal/ppc64.a
index 8a467d7..4c0abaa 100644
--- a/pkg/bootstrap/pkg/linux_amd64/bootstrap/link/internal/ppc64.a
+++ b/pkg/bootstrap/pkg/linux_amd64/bootstrap/link/internal/ppc64.a
Binary files differ
diff --git a/pkg/bootstrap/pkg/linux_amd64/bootstrap/link/internal/x86.a b/pkg/bootstrap/pkg/linux_amd64/bootstrap/link/internal/x86.a
index a37e842..e9340cb 100644
--- a/pkg/bootstrap/pkg/linux_amd64/bootstrap/link/internal/x86.a
+++ b/pkg/bootstrap/pkg/linux_amd64/bootstrap/link/internal/x86.a
Binary files differ
diff --git a/pkg/bootstrap/src/bootstrap/asm/internal/arch/arch.go b/pkg/bootstrap/src/bootstrap/asm/internal/arch/arch.go
index b745f1c..3f736e1 100644
--- a/pkg/bootstrap/src/bootstrap/asm/internal/arch/arch.go
+++ b/pkg/bootstrap/src/bootstrap/asm/internal/arch/arch.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/asm/internal/arch/arch.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/asm/internal/arch/arch.go
 
-//line /tmp/go/src/cmd/asm/internal/arch/arch.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/asm/internal/arch/arch.go:1
 // Copyright 2015 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/asm/internal/arch/arm.go b/pkg/bootstrap/src/bootstrap/asm/internal/arch/arm.go
index 4f0039a..7187c5f 100644
--- a/pkg/bootstrap/src/bootstrap/asm/internal/arch/arm.go
+++ b/pkg/bootstrap/src/bootstrap/asm/internal/arch/arm.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/asm/internal/arch/arm.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/asm/internal/arch/arm.go
 
-//line /tmp/go/src/cmd/asm/internal/arch/arm.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/asm/internal/arch/arm.go:1
 // Copyright 2015 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/asm/internal/arch/arm64.go b/pkg/bootstrap/src/bootstrap/asm/internal/arch/arm64.go
index 47c88e0..2647d46 100644
--- a/pkg/bootstrap/src/bootstrap/asm/internal/arch/arm64.go
+++ b/pkg/bootstrap/src/bootstrap/asm/internal/arch/arm64.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/asm/internal/arch/arm64.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/asm/internal/arch/arm64.go
 
-//line /tmp/go/src/cmd/asm/internal/arch/arm64.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/asm/internal/arch/arm64.go:1
 // Copyright 2015 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/asm/internal/arch/ppc64.go b/pkg/bootstrap/src/bootstrap/asm/internal/arch/ppc64.go
index 90b078d..41e3b9b 100644
--- a/pkg/bootstrap/src/bootstrap/asm/internal/arch/ppc64.go
+++ b/pkg/bootstrap/src/bootstrap/asm/internal/arch/ppc64.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/asm/internal/arch/ppc64.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/asm/internal/arch/ppc64.go
 
-//line /tmp/go/src/cmd/asm/internal/arch/ppc64.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/asm/internal/arch/ppc64.go:1
 // Copyright 2015 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/asm/internal/asm/asm.go b/pkg/bootstrap/src/bootstrap/asm/internal/asm/asm.go
index b71e1f9..17c24ad 100644
--- a/pkg/bootstrap/src/bootstrap/asm/internal/asm/asm.go
+++ b/pkg/bootstrap/src/bootstrap/asm/internal/asm/asm.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/asm/internal/asm/asm.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/asm/internal/asm/asm.go
 
-//line /tmp/go/src/cmd/asm/internal/asm/asm.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/asm/internal/asm/asm.go:1
 // Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/asm/internal/asm/endtoend_test.go b/pkg/bootstrap/src/bootstrap/asm/internal/asm/endtoend_test.go
index 7f246b0..cf3e6bc 100644
--- a/pkg/bootstrap/src/bootstrap/asm/internal/asm/endtoend_test.go
+++ b/pkg/bootstrap/src/bootstrap/asm/internal/asm/endtoend_test.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/asm/internal/asm/endtoend_test.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/asm/internal/asm/endtoend_test.go
 
-//line /tmp/go/src/cmd/asm/internal/asm/endtoend_test.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/asm/internal/asm/endtoend_test.go:1
 // Copyright 2015 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/asm/internal/asm/expr_test.go b/pkg/bootstrap/src/bootstrap/asm/internal/asm/expr_test.go
index 420f2a7..dfd6a6e 100644
--- a/pkg/bootstrap/src/bootstrap/asm/internal/asm/expr_test.go
+++ b/pkg/bootstrap/src/bootstrap/asm/internal/asm/expr_test.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/asm/internal/asm/expr_test.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/asm/internal/asm/expr_test.go
 
-//line /tmp/go/src/cmd/asm/internal/asm/expr_test.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/asm/internal/asm/expr_test.go:1
 // Copyright 2015 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/asm/internal/asm/operand_test.go b/pkg/bootstrap/src/bootstrap/asm/internal/asm/operand_test.go
index 065f232..200ccce 100644
--- a/pkg/bootstrap/src/bootstrap/asm/internal/asm/operand_test.go
+++ b/pkg/bootstrap/src/bootstrap/asm/internal/asm/operand_test.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/asm/internal/asm/operand_test.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/asm/internal/asm/operand_test.go
 
-//line /tmp/go/src/cmd/asm/internal/asm/operand_test.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/asm/internal/asm/operand_test.go:1
 // Copyright 2015 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/asm/internal/asm/parse.go b/pkg/bootstrap/src/bootstrap/asm/internal/asm/parse.go
index 67069d4..656bd63 100644
--- a/pkg/bootstrap/src/bootstrap/asm/internal/asm/parse.go
+++ b/pkg/bootstrap/src/bootstrap/asm/internal/asm/parse.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/asm/internal/asm/parse.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/asm/internal/asm/parse.go
 
-//line /tmp/go/src/cmd/asm/internal/asm/parse.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/asm/internal/asm/parse.go:1
 // Copyright 2015 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/asm/internal/flags/flags.go b/pkg/bootstrap/src/bootstrap/asm/internal/flags/flags.go
index 0ba5bba..6d18f08 100644
--- a/pkg/bootstrap/src/bootstrap/asm/internal/flags/flags.go
+++ b/pkg/bootstrap/src/bootstrap/asm/internal/flags/flags.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/asm/internal/flags/flags.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/asm/internal/flags/flags.go
 
-//line /tmp/go/src/cmd/asm/internal/flags/flags.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/asm/internal/flags/flags.go:1
 // Copyright 2015 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/asm/internal/lex/input.go b/pkg/bootstrap/src/bootstrap/asm/internal/lex/input.go
index cd6c94b..2e84170 100644
--- a/pkg/bootstrap/src/bootstrap/asm/internal/lex/input.go
+++ b/pkg/bootstrap/src/bootstrap/asm/internal/lex/input.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/asm/internal/lex/input.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/asm/internal/lex/input.go
 
-//line /tmp/go/src/cmd/asm/internal/lex/input.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/asm/internal/lex/input.go:1
 // Copyright 2015 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/asm/internal/lex/lex.go b/pkg/bootstrap/src/bootstrap/asm/internal/lex/lex.go
index 21f5342..522ad39 100644
--- a/pkg/bootstrap/src/bootstrap/asm/internal/lex/lex.go
+++ b/pkg/bootstrap/src/bootstrap/asm/internal/lex/lex.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/asm/internal/lex/lex.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/asm/internal/lex/lex.go
 
-//line /tmp/go/src/cmd/asm/internal/lex/lex.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/asm/internal/lex/lex.go:1
 // Copyright 2015 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/asm/internal/lex/lex_test.go b/pkg/bootstrap/src/bootstrap/asm/internal/lex/lex_test.go
index 2804993..cf3eafa 100644
--- a/pkg/bootstrap/src/bootstrap/asm/internal/lex/lex_test.go
+++ b/pkg/bootstrap/src/bootstrap/asm/internal/lex/lex_test.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/asm/internal/lex/lex_test.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/asm/internal/lex/lex_test.go
 
-//line /tmp/go/src/cmd/asm/internal/lex/lex_test.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/asm/internal/lex/lex_test.go:1
 // Copyright 2015 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/asm/internal/lex/slice.go b/pkg/bootstrap/src/bootstrap/asm/internal/lex/slice.go
index 71ee294..1ff740e 100644
--- a/pkg/bootstrap/src/bootstrap/asm/internal/lex/slice.go
+++ b/pkg/bootstrap/src/bootstrap/asm/internal/lex/slice.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/asm/internal/lex/slice.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/asm/internal/lex/slice.go
 
-//line /tmp/go/src/cmd/asm/internal/lex/slice.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/asm/internal/lex/slice.go:1
 // Copyright 2015 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/asm/internal/lex/stack.go b/pkg/bootstrap/src/bootstrap/asm/internal/lex/stack.go
index 281d2d4..4586e63 100644
--- a/pkg/bootstrap/src/bootstrap/asm/internal/lex/stack.go
+++ b/pkg/bootstrap/src/bootstrap/asm/internal/lex/stack.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/asm/internal/lex/stack.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/asm/internal/lex/stack.go
 
-//line /tmp/go/src/cmd/asm/internal/lex/stack.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/asm/internal/lex/stack.go:1
 // Copyright 2015 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/asm/internal/lex/tokenizer.go b/pkg/bootstrap/src/bootstrap/asm/internal/lex/tokenizer.go
index 7d260d3..07a9d13 100644
--- a/pkg/bootstrap/src/bootstrap/asm/internal/lex/tokenizer.go
+++ b/pkg/bootstrap/src/bootstrap/asm/internal/lex/tokenizer.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/asm/internal/lex/tokenizer.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/asm/internal/lex/tokenizer.go
 
-//line /tmp/go/src/cmd/asm/internal/lex/tokenizer.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/asm/internal/lex/tokenizer.go:1
 // Copyright 2015 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/asm/main.go b/pkg/bootstrap/src/bootstrap/asm/main.go
index 458c11a..ebe6ec6 100644
--- a/pkg/bootstrap/src/bootstrap/asm/main.go
+++ b/pkg/bootstrap/src/bootstrap/asm/main.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/asm/main.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/asm/main.go
 
-//line /tmp/go/src/cmd/asm/main.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/asm/main.go:1
 // Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/compile/doc.go b/pkg/bootstrap/src/bootstrap/compile/doc.go
index f7785e7..f9c68e9 100644
--- a/pkg/bootstrap/src/bootstrap/compile/doc.go
+++ b/pkg/bootstrap/src/bootstrap/compile/doc.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/doc.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/doc.go
 
-//line /tmp/go/src/cmd/compile/doc.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/doc.go:1
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/amd64/cgen.go b/pkg/bootstrap/src/bootstrap/compile/internal/amd64/cgen.go
index 59588a6..3e32343 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/amd64/cgen.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/amd64/cgen.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/amd64/cgen.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/amd64/cgen.go
 
-//line /tmp/go/src/cmd/compile/internal/amd64/cgen.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/amd64/cgen.go:1
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/amd64/galign.go b/pkg/bootstrap/src/bootstrap/compile/internal/amd64/galign.go
index e9e8509..6118188 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/amd64/galign.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/amd64/galign.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/amd64/galign.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/amd64/galign.go
 
-//line /tmp/go/src/cmd/compile/internal/amd64/galign.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/amd64/galign.go:1
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/amd64/ggen.go b/pkg/bootstrap/src/bootstrap/compile/internal/amd64/ggen.go
index cad87bb..80c9bd9 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/amd64/ggen.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/amd64/ggen.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/amd64/ggen.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/amd64/ggen.go
 
-//line /tmp/go/src/cmd/compile/internal/amd64/ggen.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/amd64/ggen.go:1
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/amd64/gsubr.go b/pkg/bootstrap/src/bootstrap/compile/internal/amd64/gsubr.go
index 1aff807..8121e8d 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/amd64/gsubr.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/amd64/gsubr.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/amd64/gsubr.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/amd64/gsubr.go
 
-//line /tmp/go/src/cmd/compile/internal/amd64/gsubr.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/amd64/gsubr.go:1
 // Derived from Inferno utils/6c/txt.c
 // http://code.google.com/p/inferno-os/source/browse/utils/6c/txt.c
 //
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/amd64/peep.go b/pkg/bootstrap/src/bootstrap/compile/internal/amd64/peep.go
index c98ac04..224df82 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/amd64/peep.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/amd64/peep.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/amd64/peep.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/amd64/peep.go
 
-//line /tmp/go/src/cmd/compile/internal/amd64/peep.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/amd64/peep.go:1
 // Derived from Inferno utils/6c/peep.c
 // http://code.google.com/p/inferno-os/source/browse/utils/6c/peep.c
 //
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/amd64/prog.go b/pkg/bootstrap/src/bootstrap/compile/internal/amd64/prog.go
index 598a039..70ff8c3 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/amd64/prog.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/amd64/prog.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/amd64/prog.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/amd64/prog.go
 
-//line /tmp/go/src/cmd/compile/internal/amd64/prog.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/amd64/prog.go:1
 // Copyright 2013 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/amd64/reg.go b/pkg/bootstrap/src/bootstrap/compile/internal/amd64/reg.go
index 7133b00..6154fb6 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/amd64/reg.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/amd64/reg.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/amd64/reg.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/amd64/reg.go
 
-//line /tmp/go/src/cmd/compile/internal/amd64/reg.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/amd64/reg.go:1
 // Derived from Inferno utils/6c/reg.c
 // http://code.google.com/p/inferno-os/source/browse/utils/6c/reg.c
 //
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/arm/cgen.go b/pkg/bootstrap/src/bootstrap/compile/internal/arm/cgen.go
index 0714631..b81736d 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/arm/cgen.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/arm/cgen.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/arm/cgen.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/arm/cgen.go
 
-//line /tmp/go/src/cmd/compile/internal/arm/cgen.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/arm/cgen.go:1
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/arm/cgen64.go b/pkg/bootstrap/src/bootstrap/compile/internal/arm/cgen64.go
index 456a4f0..b049474 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/arm/cgen64.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/arm/cgen64.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/arm/cgen64.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/arm/cgen64.go
 
-//line /tmp/go/src/cmd/compile/internal/arm/cgen64.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/arm/cgen64.go:1
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/arm/galign.go b/pkg/bootstrap/src/bootstrap/compile/internal/arm/galign.go
index 8905904..1e09d5b 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/arm/galign.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/arm/galign.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/arm/galign.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/arm/galign.go
 
-//line /tmp/go/src/cmd/compile/internal/arm/galign.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/arm/galign.go:1
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/arm/ggen.go b/pkg/bootstrap/src/bootstrap/compile/internal/arm/ggen.go
index 7581d45..7e855c7 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/arm/ggen.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/arm/ggen.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/arm/ggen.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/arm/ggen.go
 
-//line /tmp/go/src/cmd/compile/internal/arm/ggen.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/arm/ggen.go:1
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/arm/gsubr.go b/pkg/bootstrap/src/bootstrap/compile/internal/arm/gsubr.go
index 8cb5726..756e6a0 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/arm/gsubr.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/arm/gsubr.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/arm/gsubr.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/arm/gsubr.go
 
-//line /tmp/go/src/cmd/compile/internal/arm/gsubr.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/arm/gsubr.go:1
 // Derived from Inferno utils/5c/txt.c
 // http://code.google.com/p/inferno-os/source/browse/utils/5c/txt.c
 //
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/arm/peep.go b/pkg/bootstrap/src/bootstrap/compile/internal/arm/peep.go
index 290728d..a35447f 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/arm/peep.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/arm/peep.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/arm/peep.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/arm/peep.go
 
-//line /tmp/go/src/cmd/compile/internal/arm/peep.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/arm/peep.go:1
 // Inferno utils/5c/peep.c
 // http://code.google.com/p/inferno-os/source/browse/utils/5c/peep.c
 //
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/arm/prog.go b/pkg/bootstrap/src/bootstrap/compile/internal/arm/prog.go
index 7dd1d2c..e524706 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/arm/prog.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/arm/prog.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/arm/prog.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/arm/prog.go
 
-//line /tmp/go/src/cmd/compile/internal/arm/prog.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/arm/prog.go:1
 // Copyright 2013 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/arm/reg.go b/pkg/bootstrap/src/bootstrap/compile/internal/arm/reg.go
index 9fb95be..ff64c7a 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/arm/reg.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/arm/reg.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/arm/reg.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/arm/reg.go
 
-//line /tmp/go/src/cmd/compile/internal/arm/reg.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/arm/reg.go:1
 // Inferno utils/5c/reg.c
 // http://code.google.com/p/inferno-os/source/browse/utils/5c/reg.c
 //
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/arm64/cgen.go b/pkg/bootstrap/src/bootstrap/compile/internal/arm64/cgen.go
index 72cbe9a..23569d6 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/arm64/cgen.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/arm64/cgen.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/arm64/cgen.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/arm64/cgen.go
 
-//line /tmp/go/src/cmd/compile/internal/arm64/cgen.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/arm64/cgen.go:1
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/arm64/galign.go b/pkg/bootstrap/src/bootstrap/compile/internal/arm64/galign.go
index b7f897c..a7181de 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/arm64/galign.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/arm64/galign.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/arm64/galign.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/arm64/galign.go
 
-//line /tmp/go/src/cmd/compile/internal/arm64/galign.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/arm64/galign.go:1
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/arm64/ggen.go b/pkg/bootstrap/src/bootstrap/compile/internal/arm64/ggen.go
index 6439535..f17360d 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/arm64/ggen.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/arm64/ggen.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/arm64/ggen.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/arm64/ggen.go
 
-//line /tmp/go/src/cmd/compile/internal/arm64/ggen.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/arm64/ggen.go:1
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/arm64/gsubr.go b/pkg/bootstrap/src/bootstrap/compile/internal/arm64/gsubr.go
index cd44fa6..73401dd 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/arm64/gsubr.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/arm64/gsubr.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/arm64/gsubr.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/arm64/gsubr.go
 
-//line /tmp/go/src/cmd/compile/internal/arm64/gsubr.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/arm64/gsubr.go:1
 // Derived from Inferno utils/6c/txt.c
 // http://code.google.com/p/inferno-os/source/browse/utils/6c/txt.c
 //
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/arm64/peep.go b/pkg/bootstrap/src/bootstrap/compile/internal/arm64/peep.go
index 47cdd7b..4dc0716 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/arm64/peep.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/arm64/peep.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/arm64/peep.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/arm64/peep.go
 
-//line /tmp/go/src/cmd/compile/internal/arm64/peep.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/arm64/peep.go:1
 // Derived from Inferno utils/6c/peep.c
 // http://code.google.com/p/inferno-os/source/browse/utils/6c/peep.c
 //
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/arm64/prog.go b/pkg/bootstrap/src/bootstrap/compile/internal/arm64/prog.go
index 97ced48..36266fe 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/arm64/prog.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/arm64/prog.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/arm64/prog.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/arm64/prog.go
 
-//line /tmp/go/src/cmd/compile/internal/arm64/prog.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/arm64/prog.go:1
 // Copyright 2014 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/arm64/reg.go b/pkg/bootstrap/src/bootstrap/compile/internal/arm64/reg.go
index 2835532..7cb64dc 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/arm64/reg.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/arm64/reg.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/arm64/reg.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/arm64/reg.go
 
-//line /tmp/go/src/cmd/compile/internal/arm64/reg.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/arm64/reg.go:1
 // Derived from Inferno utils/6c/reg.c
 // http://code.google.com/p/inferno-os/source/browse/utils/6c/reg.c
 //
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/big/accuracy_string.go b/pkg/bootstrap/src/bootstrap/compile/internal/big/accuracy_string.go
index 17ffe92..9807824 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/big/accuracy_string.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/big/accuracy_string.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/big/accuracy_string.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/big/accuracy_string.go
 
-//line /tmp/go/src/cmd/compile/internal/big/accuracy_string.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/big/accuracy_string.go:1
 // generated by stringer -type=Accuracy; DO NOT EDIT
 
 package big
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/big/arith.go b/pkg/bootstrap/src/bootstrap/compile/internal/big/arith.go
index 22f3d76..0be75cc 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/big/arith.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/big/arith.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/big/arith.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/big/arith.go
 
-//line /tmp/go/src/cmd/compile/internal/big/arith.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/big/arith.go:1
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/big/arith_decl.go b/pkg/bootstrap/src/bootstrap/compile/internal/big/arith_decl.go
index 2d5c42a..43e495c 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/big/arith_decl.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/big/arith_decl.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/big/arith_decl.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/big/arith_decl.go
 
-//line /tmp/go/src/cmd/compile/internal/big/arith_decl.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/big/arith_decl.go:1
 // Copyright 2015 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/big/arith_test.go b/pkg/bootstrap/src/bootstrap/compile/internal/big/arith_test.go
index 94b8fae..644e8d2 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/big/arith_test.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/big/arith_test.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/big/arith_test.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/big/arith_test.go
 
-//line /tmp/go/src/cmd/compile/internal/big/arith_test.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/big/arith_test.go:1
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/big/bits_test.go b/pkg/bootstrap/src/bootstrap/compile/internal/big/bits_test.go
index 27c33a9..6fdc791 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/big/bits_test.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/big/bits_test.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/big/bits_test.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/big/bits_test.go
 
-//line /tmp/go/src/cmd/compile/internal/big/bits_test.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/big/bits_test.go:1
 // Copyright 2015 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/big/calibrate_test.go b/pkg/bootstrap/src/bootstrap/compile/internal/big/calibrate_test.go
index 771dd7e..260bfbb 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/big/calibrate_test.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/big/calibrate_test.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/big/calibrate_test.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/big/calibrate_test.go
 
-//line /tmp/go/src/cmd/compile/internal/big/calibrate_test.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/big/calibrate_test.go:1
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/big/decimal.go b/pkg/bootstrap/src/bootstrap/compile/internal/big/decimal.go
index 85f76b1..962af28 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/big/decimal.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/big/decimal.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/big/decimal.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/big/decimal.go
 
-//line /tmp/go/src/cmd/compile/internal/big/decimal.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/big/decimal.go:1
 // Copyright 2015 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/big/decimal_test.go b/pkg/bootstrap/src/bootstrap/compile/internal/big/decimal_test.go
index 501775d..0acc374 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/big/decimal_test.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/big/decimal_test.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/big/decimal_test.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/big/decimal_test.go
 
-//line /tmp/go/src/cmd/compile/internal/big/decimal_test.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/big/decimal_test.go:1
 // Copyright 2015 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/big/example_test.go b/pkg/bootstrap/src/bootstrap/compile/internal/big/example_test.go
index d81e2a7..7ce58dd 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/big/example_test.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/big/example_test.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/big/example_test.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/big/example_test.go
 
-//line /tmp/go/src/cmd/compile/internal/big/example_test.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/big/example_test.go:1
 // Copyright 2012 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/big/float.go b/pkg/bootstrap/src/bootstrap/compile/internal/big/float.go
index 2d95661..955f3cf 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/big/float.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/big/float.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/big/float.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/big/float.go
 
-//line /tmp/go/src/cmd/compile/internal/big/float.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/big/float.go:1
 // Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/big/float_test.go b/pkg/bootstrap/src/bootstrap/compile/internal/big/float_test.go
index 3eaf4f5..8c9083e 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/big/float_test.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/big/float_test.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/big/float_test.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/big/float_test.go
 
-//line /tmp/go/src/cmd/compile/internal/big/float_test.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/big/float_test.go:1
 // Copyright 2014 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/big/floatconv.go b/pkg/bootstrap/src/bootstrap/compile/internal/big/floatconv.go
index f322ce0..859f02e 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/big/floatconv.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/big/floatconv.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/big/floatconv.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/big/floatconv.go
 
-//line /tmp/go/src/cmd/compile/internal/big/floatconv.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/big/floatconv.go:1
 // Copyright 2015 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/big/floatconv_test.go b/pkg/bootstrap/src/bootstrap/compile/internal/big/floatconv_test.go
index a5708ab..5574396 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/big/floatconv_test.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/big/floatconv_test.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/big/floatconv_test.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/big/floatconv_test.go
 
-//line /tmp/go/src/cmd/compile/internal/big/floatconv_test.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/big/floatconv_test.go:1
 // Copyright 2015 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/big/floatexample_test.go b/pkg/bootstrap/src/bootstrap/compile/internal/big/floatexample_test.go
index 6950c80..dde5eff 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/big/floatexample_test.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/big/floatexample_test.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/big/floatexample_test.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/big/floatexample_test.go
 
-//line /tmp/go/src/cmd/compile/internal/big/floatexample_test.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/big/floatexample_test.go:1
 // Copyright 2015 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/big/ftoa.go b/pkg/bootstrap/src/bootstrap/compile/internal/big/ftoa.go
index 6eb1e13..26626bc 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/big/ftoa.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/big/ftoa.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/big/ftoa.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/big/ftoa.go
 
-//line /tmp/go/src/cmd/compile/internal/big/ftoa.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/big/ftoa.go:1
 // Copyright 2015 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/big/gcd_test.go b/pkg/bootstrap/src/bootstrap/compile/internal/big/gcd_test.go
index da8e2d6..1072e72 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/big/gcd_test.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/big/gcd_test.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/big/gcd_test.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/big/gcd_test.go
 
-//line /tmp/go/src/cmd/compile/internal/big/gcd_test.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/big/gcd_test.go:1
 // Copyright 2012 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/big/hilbert_test.go b/pkg/bootstrap/src/bootstrap/compile/internal/big/hilbert_test.go
index 816d21d..bac3a94 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/big/hilbert_test.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/big/hilbert_test.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/big/hilbert_test.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/big/hilbert_test.go
 
-//line /tmp/go/src/cmd/compile/internal/big/hilbert_test.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/big/hilbert_test.go:1
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/big/int.go b/pkg/bootstrap/src/bootstrap/compile/internal/big/int.go
index ef076ab..e7712dd 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/big/int.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/big/int.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/big/int.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/big/int.go
 
-//line /tmp/go/src/cmd/compile/internal/big/int.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/big/int.go:1
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/big/int_test.go b/pkg/bootstrap/src/bootstrap/compile/internal/big/int_test.go
index be6545f..46bd15b 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/big/int_test.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/big/int_test.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/big/int_test.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/big/int_test.go
 
-//line /tmp/go/src/cmd/compile/internal/big/int_test.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/big/int_test.go:1
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/big/intconv.go b/pkg/bootstrap/src/bootstrap/compile/internal/big/intconv.go
index 6561ee6..4ee1ce3 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/big/intconv.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/big/intconv.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/big/intconv.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/big/intconv.go
 
-//line /tmp/go/src/cmd/compile/internal/big/intconv.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/big/intconv.go:1
 // Copyright 2015 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/big/intconv_test.go b/pkg/bootstrap/src/bootstrap/compile/internal/big/intconv_test.go
index c90535f..c1c6d85 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/big/intconv_test.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/big/intconv_test.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/big/intconv_test.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/big/intconv_test.go
 
-//line /tmp/go/src/cmd/compile/internal/big/intconv_test.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/big/intconv_test.go:1
 // Copyright 2015 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/big/nat.go b/pkg/bootstrap/src/bootstrap/compile/internal/big/nat.go
index 15ce67d..3f0da30 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/big/nat.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/big/nat.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/big/nat.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/big/nat.go
 
-//line /tmp/go/src/cmd/compile/internal/big/nat.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/big/nat.go:1
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/big/nat_test.go b/pkg/bootstrap/src/bootstrap/compile/internal/big/nat_test.go
index a6ba91c..b285fb5 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/big/nat_test.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/big/nat_test.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/big/nat_test.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/big/nat_test.go
 
-//line /tmp/go/src/cmd/compile/internal/big/nat_test.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/big/nat_test.go:1
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/big/natconv.go b/pkg/bootstrap/src/bootstrap/compile/internal/big/natconv.go
index 09d5ebf..58814cf 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/big/natconv.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/big/natconv.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/big/natconv.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/big/natconv.go
 
-//line /tmp/go/src/cmd/compile/internal/big/natconv.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/big/natconv.go:1
 // Copyright 2015 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/big/natconv_test.go b/pkg/bootstrap/src/bootstrap/compile/internal/big/natconv_test.go
index 7ce402b..f88d95a 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/big/natconv_test.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/big/natconv_test.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/big/natconv_test.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/big/natconv_test.go
 
-//line /tmp/go/src/cmd/compile/internal/big/natconv_test.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/big/natconv_test.go:1
 // Copyright 2015 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/big/rat.go b/pkg/bootstrap/src/bootstrap/compile/internal/big/rat.go
index caf25d1..3641859 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/big/rat.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/big/rat.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/big/rat.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/big/rat.go
 
-//line /tmp/go/src/cmd/compile/internal/big/rat.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/big/rat.go:1
 // Copyright 2010 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/big/rat_test.go b/pkg/bootstrap/src/bootstrap/compile/internal/big/rat_test.go
index 0c61576..232438f 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/big/rat_test.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/big/rat_test.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/big/rat_test.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/big/rat_test.go
 
-//line /tmp/go/src/cmd/compile/internal/big/rat_test.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/big/rat_test.go:1
 // Copyright 2010 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/big/ratconv.go b/pkg/bootstrap/src/bootstrap/compile/internal/big/ratconv.go
index 6dacf3e..512e518 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/big/ratconv.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/big/ratconv.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/big/ratconv.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/big/ratconv.go
 
-//line /tmp/go/src/cmd/compile/internal/big/ratconv.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/big/ratconv.go:1
 // Copyright 2015 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/big/ratconv_test.go b/pkg/bootstrap/src/bootstrap/compile/internal/big/ratconv_test.go
index 183c220..ee5b42e 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/big/ratconv_test.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/big/ratconv_test.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/big/ratconv_test.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/big/ratconv_test.go
 
-//line /tmp/go/src/cmd/compile/internal/big/ratconv_test.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/big/ratconv_test.go:1
 // Copyright 2015 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/big/roundingmode_string.go b/pkg/bootstrap/src/bootstrap/compile/internal/big/roundingmode_string.go
index 1a9a6df..d9c2d72 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/big/roundingmode_string.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/big/roundingmode_string.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/big/roundingmode_string.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/big/roundingmode_string.go
 
-//line /tmp/go/src/cmd/compile/internal/big/roundingmode_string.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/big/roundingmode_string.go:1
 // generated by stringer -type=RoundingMode; DO NOT EDIT
 
 package big
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/big/vendor.bash b/pkg/bootstrap/src/bootstrap/compile/internal/big/vendor.bash
index d60a42f..2837c0e 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/big/vendor.bash
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/big/vendor.bash
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/big/vendor.bash
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/big/vendor.bash
 
-//line /tmp/go/src/cmd/compile/internal/big/vendor.bash:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/big/vendor.bash:1
 #!/usr/bin/env bash
 
 # Copyright 2015 The Go Authors.  All rights reserved.
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/gc/align.go b/pkg/bootstrap/src/bootstrap/compile/internal/gc/align.go
index 8c683d4..355314a 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/gc/align.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/gc/align.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/gc/align.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/gc/align.go
 
-//line /tmp/go/src/cmd/compile/internal/gc/align.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/gc/align.go:1
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/gc/builtin.go b/pkg/bootstrap/src/bootstrap/compile/internal/gc/builtin.go
index 4517027..95dbbb4 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/gc/builtin.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/gc/builtin.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/gc/builtin.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/gc/builtin.go
 
-//line /tmp/go/src/cmd/compile/internal/gc/builtin.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/gc/builtin.go:1
 // AUTO-GENERATED by mkbuiltin.go; DO NOT EDIT
 
 package gc
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/gc/bv.go b/pkg/bootstrap/src/bootstrap/compile/internal/gc/bv.go
index a266587..91de637 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/gc/bv.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/gc/bv.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/gc/bv.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/gc/bv.go
 
-//line /tmp/go/src/cmd/compile/internal/gc/bv.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/gc/bv.go:1
 // Copyright 2013 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/gc/cgen.go b/pkg/bootstrap/src/bootstrap/compile/internal/gc/cgen.go
index 2d9fdb9..84d9692 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/gc/cgen.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/gc/cgen.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/gc/cgen.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/gc/cgen.go
 
-//line /tmp/go/src/cmd/compile/internal/gc/cgen.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/gc/cgen.go:1
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/gc/closure.go b/pkg/bootstrap/src/bootstrap/compile/internal/gc/closure.go
index b6307a8..17b4d02 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/gc/closure.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/gc/closure.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/gc/closure.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/gc/closure.go
 
-//line /tmp/go/src/cmd/compile/internal/gc/closure.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/gc/closure.go:1
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/gc/const.go b/pkg/bootstrap/src/bootstrap/compile/internal/gc/const.go
index 9ee9dc1..c86e399 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/gc/const.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/gc/const.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/gc/const.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/gc/const.go
 
-//line /tmp/go/src/cmd/compile/internal/gc/const.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/gc/const.go:1
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/gc/cplx.go b/pkg/bootstrap/src/bootstrap/compile/internal/gc/cplx.go
index e4f70f1..862067a 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/gc/cplx.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/gc/cplx.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/gc/cplx.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/gc/cplx.go
 
-//line /tmp/go/src/cmd/compile/internal/gc/cplx.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/gc/cplx.go:1
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/gc/dcl.go b/pkg/bootstrap/src/bootstrap/compile/internal/gc/dcl.go
index d9490e3..2c40c38 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/gc/dcl.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/gc/dcl.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/gc/dcl.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/gc/dcl.go
 
-//line /tmp/go/src/cmd/compile/internal/gc/dcl.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/gc/dcl.go:1
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/gc/esc.go b/pkg/bootstrap/src/bootstrap/compile/internal/gc/esc.go
index 1208c61..fc673af 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/gc/esc.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/gc/esc.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/gc/esc.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/gc/esc.go
 
-//line /tmp/go/src/cmd/compile/internal/gc/esc.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/gc/esc.go:1
 // Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/gc/export.go b/pkg/bootstrap/src/bootstrap/compile/internal/gc/export.go
index 9d087bf..e3232c4 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/gc/export.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/gc/export.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/gc/export.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/gc/export.go
 
-//line /tmp/go/src/cmd/compile/internal/gc/export.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/gc/export.go:1
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/gc/fmt.go b/pkg/bootstrap/src/bootstrap/compile/internal/gc/fmt.go
index 5cd13e7..5fa5c18 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/gc/fmt.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/gc/fmt.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/gc/fmt.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/gc/fmt.go
 
-//line /tmp/go/src/cmd/compile/internal/gc/fmt.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/gc/fmt.go:1
 // Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/gc/gen.go b/pkg/bootstrap/src/bootstrap/compile/internal/gc/gen.go
index 016a82e..87427b0 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/gc/gen.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/gc/gen.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/gc/gen.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/gc/gen.go
 
-//line /tmp/go/src/cmd/compile/internal/gc/gen.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/gc/gen.go:1
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/gc/go.go b/pkg/bootstrap/src/bootstrap/compile/internal/gc/go.go
index fb6567c..862312f 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/gc/go.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/gc/go.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/gc/go.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/gc/go.go
 
-//line /tmp/go/src/cmd/compile/internal/gc/go.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/gc/go.go:1
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/gc/go.y b/pkg/bootstrap/src/bootstrap/compile/internal/gc/go.y
index 05bff66..58b5910 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/gc/go.y
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/gc/go.y
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/gc/go.y
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/gc/go.y
 
-//line /tmp/go/src/cmd/compile/internal/gc/go.y:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/gc/go.y:1
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/gc/gsubr.go b/pkg/bootstrap/src/bootstrap/compile/internal/gc/gsubr.go
index 380e2d8..8df9dbc 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/gc/gsubr.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/gc/gsubr.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/gc/gsubr.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/gc/gsubr.go
 
-//line /tmp/go/src/cmd/compile/internal/gc/gsubr.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/gc/gsubr.go:1
 // Derived from Inferno utils/6c/txt.c
 // http://code.google.com/p/inferno-os/source/browse/utils/6c/txt.c
 //
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/gc/init.go b/pkg/bootstrap/src/bootstrap/compile/internal/gc/init.go
index 5bb6a7a..02c0f68 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/gc/init.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/gc/init.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/gc/init.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/gc/init.go
 
-//line /tmp/go/src/cmd/compile/internal/gc/init.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/gc/init.go:1
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/gc/inl.go b/pkg/bootstrap/src/bootstrap/compile/internal/gc/inl.go
index 6565db9..b4bf741 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/gc/inl.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/gc/inl.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/gc/inl.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/gc/inl.go
 
-//line /tmp/go/src/cmd/compile/internal/gc/inl.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/gc/inl.go:1
 // Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/gc/lex.go b/pkg/bootstrap/src/bootstrap/compile/internal/gc/lex.go
index 1528668..83a90d1 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/gc/lex.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/gc/lex.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/gc/lex.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/gc/lex.go
 
-//line /tmp/go/src/cmd/compile/internal/gc/lex.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/gc/lex.go:1
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/gc/mkbuiltin.go b/pkg/bootstrap/src/bootstrap/compile/internal/gc/mkbuiltin.go
index 0f876cf..5cb42b5 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/gc/mkbuiltin.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/gc/mkbuiltin.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/gc/mkbuiltin.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/gc/mkbuiltin.go
 
-//line /tmp/go/src/cmd/compile/internal/gc/mkbuiltin.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/gc/mkbuiltin.go:1
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/gc/mparith2.go b/pkg/bootstrap/src/bootstrap/compile/internal/gc/mparith2.go
index ac8ae24..9df8eb3 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/gc/mparith2.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/gc/mparith2.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/gc/mparith2.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/gc/mparith2.go
 
-//line /tmp/go/src/cmd/compile/internal/gc/mparith2.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/gc/mparith2.go:1
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/gc/mparith3.go b/pkg/bootstrap/src/bootstrap/compile/internal/gc/mparith3.go
index b05ca35..c95ba26 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/gc/mparith3.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/gc/mparith3.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/gc/mparith3.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/gc/mparith3.go
 
-//line /tmp/go/src/cmd/compile/internal/gc/mparith3.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/gc/mparith3.go:1
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/gc/obj.go b/pkg/bootstrap/src/bootstrap/compile/internal/gc/obj.go
index 4fd1e13..7117943 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/gc/obj.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/gc/obj.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/gc/obj.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/gc/obj.go
 
-//line /tmp/go/src/cmd/compile/internal/gc/obj.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/gc/obj.go:1
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/gc/opnames.go b/pkg/bootstrap/src/bootstrap/compile/internal/gc/opnames.go
index 54f1b58..4ba0820 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/gc/opnames.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/gc/opnames.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/gc/opnames.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/gc/opnames.go
 
-//line /tmp/go/src/cmd/compile/internal/gc/opnames.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/gc/opnames.go:1
 // Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/gc/order.go b/pkg/bootstrap/src/bootstrap/compile/internal/gc/order.go
index ea8e183..24eefba 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/gc/order.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/gc/order.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/gc/order.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/gc/order.go
 
-//line /tmp/go/src/cmd/compile/internal/gc/order.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/gc/order.go:1
 // Copyright 2012 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/gc/pgen.go b/pkg/bootstrap/src/bootstrap/compile/internal/gc/pgen.go
index df72a3b..2f0f1f1 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/gc/pgen.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/gc/pgen.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/gc/pgen.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/gc/pgen.go
 
-//line /tmp/go/src/cmd/compile/internal/gc/pgen.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/gc/pgen.go:1
 // Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/gc/plive.go b/pkg/bootstrap/src/bootstrap/compile/internal/gc/plive.go
index f897926..24e3f2d 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/gc/plive.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/gc/plive.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/gc/plive.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/gc/plive.go
 
-//line /tmp/go/src/cmd/compile/internal/gc/plive.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/gc/plive.go:1
 // Copyright 2013 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/gc/popt.go b/pkg/bootstrap/src/bootstrap/compile/internal/gc/popt.go
index 705d4c2..4b1876e 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/gc/popt.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/gc/popt.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/gc/popt.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/gc/popt.go
 
-//line /tmp/go/src/cmd/compile/internal/gc/popt.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/gc/popt.go:1
 // Derived from Inferno utils/6c/gc.h
 // http://code.google.com/p/inferno-os/source/browse/utils/6c/gc.h
 //
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/gc/racewalk.go b/pkg/bootstrap/src/bootstrap/compile/internal/gc/racewalk.go
index d9c48cd..214512b 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/gc/racewalk.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/gc/racewalk.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/gc/racewalk.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/gc/racewalk.go
 
-//line /tmp/go/src/cmd/compile/internal/gc/racewalk.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/gc/racewalk.go:1
 // Copyright 2012 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/gc/range.go b/pkg/bootstrap/src/bootstrap/compile/internal/gc/range.go
index 4c2495e..99451a9 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/gc/range.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/gc/range.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/gc/range.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/gc/range.go
 
-//line /tmp/go/src/cmd/compile/internal/gc/range.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/gc/range.go:1
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/gc/reflect.go b/pkg/bootstrap/src/bootstrap/compile/internal/gc/reflect.go
index 83ecea7..2263423 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/gc/reflect.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/gc/reflect.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/gc/reflect.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/gc/reflect.go
 
-//line /tmp/go/src/cmd/compile/internal/gc/reflect.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/gc/reflect.go:1
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/gc/reg.go b/pkg/bootstrap/src/bootstrap/compile/internal/gc/reg.go
index f2b58ca..739df38 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/gc/reg.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/gc/reg.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/gc/reg.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/gc/reg.go
 
-//line /tmp/go/src/cmd/compile/internal/gc/reg.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/gc/reg.go:1
 // Derived from Inferno utils/6c/reg.c
 // http://code.google.com/p/inferno-os/source/browse/utils/6c/reg.c
 //
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/gc/select.go b/pkg/bootstrap/src/bootstrap/compile/internal/gc/select.go
index 7e83acc..5325f3d 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/gc/select.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/gc/select.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/gc/select.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/gc/select.go
 
-//line /tmp/go/src/cmd/compile/internal/gc/select.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/gc/select.go:1
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/gc/sinit.go b/pkg/bootstrap/src/bootstrap/compile/internal/gc/sinit.go
index bae4ad6..232d480 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/gc/sinit.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/gc/sinit.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/gc/sinit.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/gc/sinit.go
 
-//line /tmp/go/src/cmd/compile/internal/gc/sinit.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/gc/sinit.go:1
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/gc/subr.go b/pkg/bootstrap/src/bootstrap/compile/internal/gc/subr.go
index fc20b06..5bf432c 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/gc/subr.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/gc/subr.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/gc/subr.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/gc/subr.go
 
-//line /tmp/go/src/cmd/compile/internal/gc/subr.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/gc/subr.go:1
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/gc/swt.go b/pkg/bootstrap/src/bootstrap/compile/internal/gc/swt.go
index 15e34e7..0ec185b 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/gc/swt.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/gc/swt.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/gc/swt.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/gc/swt.go
 
-//line /tmp/go/src/cmd/compile/internal/gc/swt.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/gc/swt.go:1
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/gc/syntax.go b/pkg/bootstrap/src/bootstrap/compile/internal/gc/syntax.go
index a93f24f..854fdb2 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/gc/syntax.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/gc/syntax.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/gc/syntax.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/gc/syntax.go
 
-//line /tmp/go/src/cmd/compile/internal/gc/syntax.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/gc/syntax.go:1
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/gc/typecheck.go b/pkg/bootstrap/src/bootstrap/compile/internal/gc/typecheck.go
index 859260c..0c34587 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/gc/typecheck.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/gc/typecheck.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/gc/typecheck.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/gc/typecheck.go
 
-//line /tmp/go/src/cmd/compile/internal/gc/typecheck.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/gc/typecheck.go:1
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/gc/unsafe.go b/pkg/bootstrap/src/bootstrap/compile/internal/gc/unsafe.go
index eb6753d..eaf02cf 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/gc/unsafe.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/gc/unsafe.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/gc/unsafe.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/gc/unsafe.go
 
-//line /tmp/go/src/cmd/compile/internal/gc/unsafe.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/gc/unsafe.go:1
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/gc/util.go b/pkg/bootstrap/src/bootstrap/compile/internal/gc/util.go
index 3075421..377c5d9 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/gc/util.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/gc/util.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/gc/util.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/gc/util.go
 
-//line /tmp/go/src/cmd/compile/internal/gc/util.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/gc/util.go:1
 package gc
 
 import (
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/gc/walk.go b/pkg/bootstrap/src/bootstrap/compile/internal/gc/walk.go
index 9c78c8d..35acea1 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/gc/walk.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/gc/walk.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/gc/walk.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/gc/walk.go
 
-//line /tmp/go/src/cmd/compile/internal/gc/walk.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/gc/walk.go:1
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/gc/y.go b/pkg/bootstrap/src/bootstrap/compile/internal/gc/y.go
index 50d0ffd..eb0b9e7 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/gc/y.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/gc/y.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/gc/y.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/gc/y.go
 
-//line /tmp/go/src/cmd/compile/internal/gc/y.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/gc/y.go:1
 //line go.y:21
 package gc
 
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/ppc64/cgen.go b/pkg/bootstrap/src/bootstrap/compile/internal/ppc64/cgen.go
index 6152e66..4bde51a 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/ppc64/cgen.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/ppc64/cgen.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/ppc64/cgen.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/ppc64/cgen.go
 
-//line /tmp/go/src/cmd/compile/internal/ppc64/cgen.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/ppc64/cgen.go:1
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/ppc64/galign.go b/pkg/bootstrap/src/bootstrap/compile/internal/ppc64/galign.go
index 1ff1536..63a2f94 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/ppc64/galign.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/ppc64/galign.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/ppc64/galign.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/ppc64/galign.go
 
-//line /tmp/go/src/cmd/compile/internal/ppc64/galign.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/ppc64/galign.go:1
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/ppc64/ggen.go b/pkg/bootstrap/src/bootstrap/compile/internal/ppc64/ggen.go
index c6b22db..a4b9c4e 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/ppc64/ggen.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/ppc64/ggen.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/ppc64/ggen.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/ppc64/ggen.go
 
-//line /tmp/go/src/cmd/compile/internal/ppc64/ggen.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/ppc64/ggen.go:1
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/ppc64/gsubr.go b/pkg/bootstrap/src/bootstrap/compile/internal/ppc64/gsubr.go
index 1fdf6b7..2aaefa3 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/ppc64/gsubr.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/ppc64/gsubr.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/ppc64/gsubr.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/ppc64/gsubr.go
 
-//line /tmp/go/src/cmd/compile/internal/ppc64/gsubr.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/ppc64/gsubr.go:1
 // Derived from Inferno utils/6c/txt.c
 // http://code.google.com/p/inferno-os/source/browse/utils/6c/txt.c
 //
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/ppc64/opt.go b/pkg/bootstrap/src/bootstrap/compile/internal/ppc64/opt.go
index 290dcbb..3c5c679 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/ppc64/opt.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/ppc64/opt.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/ppc64/opt.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/ppc64/opt.go
 
-//line /tmp/go/src/cmd/compile/internal/ppc64/opt.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/ppc64/opt.go:1
 // Copyright 2014 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/ppc64/peep.go b/pkg/bootstrap/src/bootstrap/compile/internal/ppc64/peep.go
index 6b189eb..d4461f7 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/ppc64/peep.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/ppc64/peep.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/ppc64/peep.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/ppc64/peep.go
 
-//line /tmp/go/src/cmd/compile/internal/ppc64/peep.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/ppc64/peep.go:1
 // Derived from Inferno utils/6c/peep.c
 // http://code.google.com/p/inferno-os/source/browse/utils/6c/peep.c
 //
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/ppc64/prog.go b/pkg/bootstrap/src/bootstrap/compile/internal/ppc64/prog.go
index cb63606..5898120 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/ppc64/prog.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/ppc64/prog.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/ppc64/prog.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/ppc64/prog.go
 
-//line /tmp/go/src/cmd/compile/internal/ppc64/prog.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/ppc64/prog.go:1
 // Copyright 2014 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/ppc64/reg.go b/pkg/bootstrap/src/bootstrap/compile/internal/ppc64/reg.go
index 69abf47..c54640b 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/ppc64/reg.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/ppc64/reg.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/ppc64/reg.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/ppc64/reg.go
 
-//line /tmp/go/src/cmd/compile/internal/ppc64/reg.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/ppc64/reg.go:1
 // Derived from Inferno utils/6c/reg.c
 // http://code.google.com/p/inferno-os/source/browse/utils/6c/reg.c
 //
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/x86/cgen.go b/pkg/bootstrap/src/bootstrap/compile/internal/x86/cgen.go
index 2d77d21..c5061ee 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/x86/cgen.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/x86/cgen.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/x86/cgen.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/x86/cgen.go
 
-//line /tmp/go/src/cmd/compile/internal/x86/cgen.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/x86/cgen.go:1
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/x86/cgen64.go b/pkg/bootstrap/src/bootstrap/compile/internal/x86/cgen64.go
index 46c473e..c95e403 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/x86/cgen64.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/x86/cgen64.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/x86/cgen64.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/x86/cgen64.go
 
-//line /tmp/go/src/cmd/compile/internal/x86/cgen64.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/x86/cgen64.go:1
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/x86/galign.go b/pkg/bootstrap/src/bootstrap/compile/internal/x86/galign.go
index 7964da1..6bf354c 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/x86/galign.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/x86/galign.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/x86/galign.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/x86/galign.go
 
-//line /tmp/go/src/cmd/compile/internal/x86/galign.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/x86/galign.go:1
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/x86/ggen.go b/pkg/bootstrap/src/bootstrap/compile/internal/x86/ggen.go
index a948455..0b1a7c3 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/x86/ggen.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/x86/ggen.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/x86/ggen.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/x86/ggen.go
 
-//line /tmp/go/src/cmd/compile/internal/x86/ggen.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/x86/ggen.go:1
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/x86/gsubr.go b/pkg/bootstrap/src/bootstrap/compile/internal/x86/gsubr.go
index d621ef3..e591941 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/x86/gsubr.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/x86/gsubr.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/x86/gsubr.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/x86/gsubr.go
 
-//line /tmp/go/src/cmd/compile/internal/x86/gsubr.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/x86/gsubr.go:1
 // Derived from Inferno utils/8c/txt.c
 // http://code.google.com/p/inferno-os/source/browse/utils/8c/txt.c
 //
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/x86/peep.go b/pkg/bootstrap/src/bootstrap/compile/internal/x86/peep.go
index a295e4a..e8f234d 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/x86/peep.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/x86/peep.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/x86/peep.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/x86/peep.go
 
-//line /tmp/go/src/cmd/compile/internal/x86/peep.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/x86/peep.go:1
 // Derived from Inferno utils/6c/peep.c
 // http://code.google.com/p/inferno-os/source/browse/utils/6c/peep.c
 //
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/x86/prog.go b/pkg/bootstrap/src/bootstrap/compile/internal/x86/prog.go
index d55cdb6..7842bb5 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/x86/prog.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/x86/prog.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/x86/prog.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/x86/prog.go
 
-//line /tmp/go/src/cmd/compile/internal/x86/prog.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/x86/prog.go:1
 // Copyright 2013 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/compile/internal/x86/reg.go b/pkg/bootstrap/src/bootstrap/compile/internal/x86/reg.go
index ecfd06a..8d2dfd1 100644
--- a/pkg/bootstrap/src/bootstrap/compile/internal/x86/reg.go
+++ b/pkg/bootstrap/src/bootstrap/compile/internal/x86/reg.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/internal/x86/reg.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/x86/reg.go
 
-//line /tmp/go/src/cmd/compile/internal/x86/reg.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/internal/x86/reg.go:1
 // Derived from Inferno utils/6c/reg.c
 // http://code.google.com/p/inferno-os/source/browse/utils/6c/reg.c
 //
diff --git a/pkg/bootstrap/src/bootstrap/compile/main.go b/pkg/bootstrap/src/bootstrap/compile/main.go
index e549f93..4aaa68b 100644
--- a/pkg/bootstrap/src/bootstrap/compile/main.go
+++ b/pkg/bootstrap/src/bootstrap/compile/main.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/compile/main.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/main.go
 
-//line /tmp/go/src/cmd/compile/main.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/compile/main.go:1
 // Copyright 2015 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/internal/gcprog/gcprog.go b/pkg/bootstrap/src/bootstrap/internal/gcprog/gcprog.go
index c35b82f..c44173f 100644
--- a/pkg/bootstrap/src/bootstrap/internal/gcprog/gcprog.go
+++ b/pkg/bootstrap/src/bootstrap/internal/gcprog/gcprog.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/internal/gcprog/gcprog.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/internal/gcprog/gcprog.go
 
-//line /tmp/go/src/cmd/internal/gcprog/gcprog.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/internal/gcprog/gcprog.go:1
 // Copyright 2015 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/internal/obj/ar.go b/pkg/bootstrap/src/bootstrap/internal/obj/ar.go
index f38461f..233ccd1 100644
--- a/pkg/bootstrap/src/bootstrap/internal/obj/ar.go
+++ b/pkg/bootstrap/src/bootstrap/internal/obj/ar.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/internal/obj/ar.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/internal/obj/ar.go
 
-//line /tmp/go/src/cmd/internal/obj/ar.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/internal/obj/ar.go:1
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/internal/obj/arm/a.out.go b/pkg/bootstrap/src/bootstrap/internal/obj/arm/a.out.go
index e595f89..e3f3fb3 100644
--- a/pkg/bootstrap/src/bootstrap/internal/obj/arm/a.out.go
+++ b/pkg/bootstrap/src/bootstrap/internal/obj/arm/a.out.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/internal/obj/arm/a.out.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/internal/obj/arm/a.out.go
 
-//line /tmp/go/src/cmd/internal/obj/arm/a.out.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/internal/obj/arm/a.out.go:1
 // Inferno utils/5c/5.out.h
 // http://code.google.com/p/inferno-os/source/browse/utils/5c/5.out.h
 //
diff --git a/pkg/bootstrap/src/bootstrap/internal/obj/arm/anames.go b/pkg/bootstrap/src/bootstrap/internal/obj/arm/anames.go
index 0afc220..ec32370 100644
--- a/pkg/bootstrap/src/bootstrap/internal/obj/arm/anames.go
+++ b/pkg/bootstrap/src/bootstrap/internal/obj/arm/anames.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/internal/obj/arm/anames.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/internal/obj/arm/anames.go
 
-//line /tmp/go/src/cmd/internal/obj/arm/anames.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/internal/obj/arm/anames.go:1
 // Generated by stringer -i a.out.go -o anames.go -p arm
 // Do not edit.
 
diff --git a/pkg/bootstrap/src/bootstrap/internal/obj/arm/anames5.go b/pkg/bootstrap/src/bootstrap/internal/obj/arm/anames5.go
index a6d2101..72b4950 100644
--- a/pkg/bootstrap/src/bootstrap/internal/obj/arm/anames5.go
+++ b/pkg/bootstrap/src/bootstrap/internal/obj/arm/anames5.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/internal/obj/arm/anames5.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/internal/obj/arm/anames5.go
 
-//line /tmp/go/src/cmd/internal/obj/arm/anames5.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/internal/obj/arm/anames5.go:1
 // Copyright 2015 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/internal/obj/arm/asm5.go b/pkg/bootstrap/src/bootstrap/internal/obj/arm/asm5.go
index ff201d9..f74ae96 100644
--- a/pkg/bootstrap/src/bootstrap/internal/obj/arm/asm5.go
+++ b/pkg/bootstrap/src/bootstrap/internal/obj/arm/asm5.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/internal/obj/arm/asm5.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/internal/obj/arm/asm5.go
 
-//line /tmp/go/src/cmd/internal/obj/arm/asm5.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/internal/obj/arm/asm5.go:1
 // Inferno utils/5l/span.c
 // http://code.google.com/p/inferno-os/source/browse/utils/5l/span.c
 //
diff --git a/pkg/bootstrap/src/bootstrap/internal/obj/arm/list5.go b/pkg/bootstrap/src/bootstrap/internal/obj/arm/list5.go
index 440c478..e06dc31 100644
--- a/pkg/bootstrap/src/bootstrap/internal/obj/arm/list5.go
+++ b/pkg/bootstrap/src/bootstrap/internal/obj/arm/list5.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/internal/obj/arm/list5.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/internal/obj/arm/list5.go
 
-//line /tmp/go/src/cmd/internal/obj/arm/list5.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/internal/obj/arm/list5.go:1
 // Inferno utils/5c/list.c
 // http://code.google.com/p/inferno-os/source/browse/utils/5c/list.c
 //
diff --git a/pkg/bootstrap/src/bootstrap/internal/obj/arm/obj5.go b/pkg/bootstrap/src/bootstrap/internal/obj/arm/obj5.go
index 40a1026..f356b92 100644
--- a/pkg/bootstrap/src/bootstrap/internal/obj/arm/obj5.go
+++ b/pkg/bootstrap/src/bootstrap/internal/obj/arm/obj5.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/internal/obj/arm/obj5.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/internal/obj/arm/obj5.go
 
-//line /tmp/go/src/cmd/internal/obj/arm/obj5.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/internal/obj/arm/obj5.go:1
 // Derived from Inferno utils/5c/swt.c
 // http://code.google.com/p/inferno-os/source/browse/utils/5c/swt.c
 //
diff --git a/pkg/bootstrap/src/bootstrap/internal/obj/arm64/a.out.go b/pkg/bootstrap/src/bootstrap/internal/obj/arm64/a.out.go
index d22134a..faa8d11 100644
--- a/pkg/bootstrap/src/bootstrap/internal/obj/arm64/a.out.go
+++ b/pkg/bootstrap/src/bootstrap/internal/obj/arm64/a.out.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/internal/obj/arm64/a.out.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/internal/obj/arm64/a.out.go
 
-//line /tmp/go/src/cmd/internal/obj/arm64/a.out.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/internal/obj/arm64/a.out.go:1
 // cmd/7c/7.out.h  from Vita Nuova.
 // https://code.google.com/p/ken-cc/source/browse/src/cmd/7c/7.out.h
 //
diff --git a/pkg/bootstrap/src/bootstrap/internal/obj/arm64/anames.go b/pkg/bootstrap/src/bootstrap/internal/obj/arm64/anames.go
index 0d9f9ba..386b89f 100644
--- a/pkg/bootstrap/src/bootstrap/internal/obj/arm64/anames.go
+++ b/pkg/bootstrap/src/bootstrap/internal/obj/arm64/anames.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/internal/obj/arm64/anames.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/internal/obj/arm64/anames.go
 
-//line /tmp/go/src/cmd/internal/obj/arm64/anames.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/internal/obj/arm64/anames.go:1
 // Generated by stringer -i a.out.go -o anames.go -p arm64
 // Do not edit.
 
diff --git a/pkg/bootstrap/src/bootstrap/internal/obj/arm64/anames7.go b/pkg/bootstrap/src/bootstrap/internal/obj/arm64/anames7.go
index a372d97..6a08502 100644
--- a/pkg/bootstrap/src/bootstrap/internal/obj/arm64/anames7.go
+++ b/pkg/bootstrap/src/bootstrap/internal/obj/arm64/anames7.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/internal/obj/arm64/anames7.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/internal/obj/arm64/anames7.go
 
-//line /tmp/go/src/cmd/internal/obj/arm64/anames7.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/internal/obj/arm64/anames7.go:1
 package arm64
 
 var cnames7 = []string{
diff --git a/pkg/bootstrap/src/bootstrap/internal/obj/arm64/asm7.go b/pkg/bootstrap/src/bootstrap/internal/obj/arm64/asm7.go
index 24dd68a..9b3d9a4 100644
--- a/pkg/bootstrap/src/bootstrap/internal/obj/arm64/asm7.go
+++ b/pkg/bootstrap/src/bootstrap/internal/obj/arm64/asm7.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/internal/obj/arm64/asm7.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/internal/obj/arm64/asm7.go
 
-//line /tmp/go/src/cmd/internal/obj/arm64/asm7.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/internal/obj/arm64/asm7.go:1
 // cmd/7l/asm.c, cmd/7l/asmout.c, cmd/7l/optab.c, cmd/7l/span.c, cmd/ld/sub.c, cmd/ld/mod.c, from Vita Nuova.
 // https://code.google.com/p/ken-cc/source/browse/
 //
diff --git a/pkg/bootstrap/src/bootstrap/internal/obj/arm64/list7.go b/pkg/bootstrap/src/bootstrap/internal/obj/arm64/list7.go
index 1e8daea..83f9a9b 100644
--- a/pkg/bootstrap/src/bootstrap/internal/obj/arm64/list7.go
+++ b/pkg/bootstrap/src/bootstrap/internal/obj/arm64/list7.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/internal/obj/arm64/list7.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/internal/obj/arm64/list7.go
 
-//line /tmp/go/src/cmd/internal/obj/arm64/list7.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/internal/obj/arm64/list7.go:1
 // cmd/7l/list.c and cmd/7l/sub.c from Vita Nuova.
 // https://code.google.com/p/ken-cc/source/browse/
 //
diff --git a/pkg/bootstrap/src/bootstrap/internal/obj/arm64/obj7.go b/pkg/bootstrap/src/bootstrap/internal/obj/arm64/obj7.go
index e449a6a..160d21b 100644
--- a/pkg/bootstrap/src/bootstrap/internal/obj/arm64/obj7.go
+++ b/pkg/bootstrap/src/bootstrap/internal/obj/arm64/obj7.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/internal/obj/arm64/obj7.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/internal/obj/arm64/obj7.go
 
-//line /tmp/go/src/cmd/internal/obj/arm64/obj7.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/internal/obj/arm64/obj7.go:1
 // cmd/7l/noop.c, cmd/7l/obj.c, cmd/ld/pass.c from Vita Nuova.
 // https://code.google.com/p/ken-cc/source/browse/
 //
diff --git a/pkg/bootstrap/src/bootstrap/internal/obj/data.go b/pkg/bootstrap/src/bootstrap/internal/obj/data.go
index b9c260b..fcf1af3 100644
--- a/pkg/bootstrap/src/bootstrap/internal/obj/data.go
+++ b/pkg/bootstrap/src/bootstrap/internal/obj/data.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/internal/obj/data.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/internal/obj/data.go
 
-//line /tmp/go/src/cmd/internal/obj/data.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/internal/obj/data.go:1
 // Derived from Inferno utils/6l/obj.c and utils/6l/span.c
 // http://code.google.com/p/inferno-os/source/browse/utils/6l/obj.c
 // http://code.google.com/p/inferno-os/source/browse/utils/6l/span.c
diff --git a/pkg/bootstrap/src/bootstrap/internal/obj/flag.go b/pkg/bootstrap/src/bootstrap/internal/obj/flag.go
index 3dffdc3..cb0db30 100644
--- a/pkg/bootstrap/src/bootstrap/internal/obj/flag.go
+++ b/pkg/bootstrap/src/bootstrap/internal/obj/flag.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/internal/obj/flag.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/internal/obj/flag.go
 
-//line /tmp/go/src/cmd/internal/obj/flag.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/internal/obj/flag.go:1
 // Copyright 2015 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/internal/obj/fmt.go b/pkg/bootstrap/src/bootstrap/internal/obj/fmt.go
index 0ba79d1..6d3099f 100644
--- a/pkg/bootstrap/src/bootstrap/internal/obj/fmt.go
+++ b/pkg/bootstrap/src/bootstrap/internal/obj/fmt.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/internal/obj/fmt.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/internal/obj/fmt.go
 
-//line /tmp/go/src/cmd/internal/obj/fmt.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/internal/obj/fmt.go:1
 /*
  * The authors of this software are Rob Pike and Ken Thompson.
  *              Copyright (c) 2002 by Lucent Technologies.
diff --git a/pkg/bootstrap/src/bootstrap/internal/obj/funcdata.go b/pkg/bootstrap/src/bootstrap/internal/obj/funcdata.go
index 7d076b5..2b5fcf0 100644
--- a/pkg/bootstrap/src/bootstrap/internal/obj/funcdata.go
+++ b/pkg/bootstrap/src/bootstrap/internal/obj/funcdata.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/internal/obj/funcdata.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/internal/obj/funcdata.go
 
-//line /tmp/go/src/cmd/internal/obj/funcdata.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/internal/obj/funcdata.go:1
 // Inferno utils/5c/list.c
 // http://code.google.com/p/inferno-os/source/browse/utils/5c/list.c
 //
diff --git a/pkg/bootstrap/src/bootstrap/internal/obj/go.go b/pkg/bootstrap/src/bootstrap/internal/obj/go.go
index c735b29..26264b1 100644
--- a/pkg/bootstrap/src/bootstrap/internal/obj/go.go
+++ b/pkg/bootstrap/src/bootstrap/internal/obj/go.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/internal/obj/go.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/internal/obj/go.go
 
-//line /tmp/go/src/cmd/internal/obj/go.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/internal/obj/go.go:1
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/internal/obj/ld.go b/pkg/bootstrap/src/bootstrap/internal/obj/ld.go
index 6a858fa..ecc2e1c 100644
--- a/pkg/bootstrap/src/bootstrap/internal/obj/ld.go
+++ b/pkg/bootstrap/src/bootstrap/internal/obj/ld.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/internal/obj/ld.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/internal/obj/ld.go
 
-//line /tmp/go/src/cmd/internal/obj/ld.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/internal/obj/ld.go:1
 // Derived from Inferno utils/6l/obj.c and utils/6l/span.c
 // http://code.google.com/p/inferno-os/source/browse/utils/6l/obj.c
 // http://code.google.com/p/inferno-os/source/browse/utils/6l/span.c
diff --git a/pkg/bootstrap/src/bootstrap/internal/obj/libc.go b/pkg/bootstrap/src/bootstrap/internal/obj/libc.go
index f0ad039..d7dbeb5 100644
--- a/pkg/bootstrap/src/bootstrap/internal/obj/libc.go
+++ b/pkg/bootstrap/src/bootstrap/internal/obj/libc.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/internal/obj/libc.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/internal/obj/libc.go
 
-//line /tmp/go/src/cmd/internal/obj/libc.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/internal/obj/libc.go:1
 // Copyright 2015 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/internal/obj/line_test.go b/pkg/bootstrap/src/bootstrap/internal/obj/line_test.go
index f8e7c8c..18798bd 100644
--- a/pkg/bootstrap/src/bootstrap/internal/obj/line_test.go
+++ b/pkg/bootstrap/src/bootstrap/internal/obj/line_test.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/internal/obj/line_test.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/internal/obj/line_test.go
 
-//line /tmp/go/src/cmd/internal/obj/line_test.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/internal/obj/line_test.go:1
 // Copyright 2015 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/internal/obj/link.go b/pkg/bootstrap/src/bootstrap/internal/obj/link.go
index 86b1a03..bdf3a3c 100644
--- a/pkg/bootstrap/src/bootstrap/internal/obj/link.go
+++ b/pkg/bootstrap/src/bootstrap/internal/obj/link.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/internal/obj/link.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/internal/obj/link.go
 
-//line /tmp/go/src/cmd/internal/obj/link.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/internal/obj/link.go:1
 // Derived from Inferno utils/6l/l.h and related files.
 // http://code.google.com/p/inferno-os/source/browse/utils/6l/l.h
 //
diff --git a/pkg/bootstrap/src/bootstrap/internal/obj/mgc0.go b/pkg/bootstrap/src/bootstrap/internal/obj/mgc0.go
index bf6b2b1..132f400 100644
--- a/pkg/bootstrap/src/bootstrap/internal/obj/mgc0.go
+++ b/pkg/bootstrap/src/bootstrap/internal/obj/mgc0.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/internal/obj/mgc0.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/internal/obj/mgc0.go
 
-//line /tmp/go/src/cmd/internal/obj/mgc0.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/internal/obj/mgc0.go:1
 // Copyright 2013 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/internal/obj/obj.go b/pkg/bootstrap/src/bootstrap/internal/obj/obj.go
index 4e5a8da..8ba8f6b 100644
--- a/pkg/bootstrap/src/bootstrap/internal/obj/obj.go
+++ b/pkg/bootstrap/src/bootstrap/internal/obj/obj.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/internal/obj/obj.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/internal/obj/obj.go
 
-//line /tmp/go/src/cmd/internal/obj/obj.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/internal/obj/obj.go:1
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/internal/obj/objfile.go b/pkg/bootstrap/src/bootstrap/internal/obj/objfile.go
index 4897bc2..e344256 100644
--- a/pkg/bootstrap/src/bootstrap/internal/obj/objfile.go
+++ b/pkg/bootstrap/src/bootstrap/internal/obj/objfile.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/internal/obj/objfile.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/internal/obj/objfile.go
 
-//line /tmp/go/src/cmd/internal/obj/objfile.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/internal/obj/objfile.go:1
 // Copyright 2013 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/internal/obj/pass.go b/pkg/bootstrap/src/bootstrap/internal/obj/pass.go
index c4b74a8..9c6057c 100644
--- a/pkg/bootstrap/src/bootstrap/internal/obj/pass.go
+++ b/pkg/bootstrap/src/bootstrap/internal/obj/pass.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/internal/obj/pass.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/internal/obj/pass.go
 
-//line /tmp/go/src/cmd/internal/obj/pass.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/internal/obj/pass.go:1
 // Inferno utils/6l/pass.c
 // http://code.google.com/p/inferno-os/source/browse/utils/6l/pass.c
 //
diff --git a/pkg/bootstrap/src/bootstrap/internal/obj/pcln.go b/pkg/bootstrap/src/bootstrap/internal/obj/pcln.go
index 4e1f8e5..23ea39a 100644
--- a/pkg/bootstrap/src/bootstrap/internal/obj/pcln.go
+++ b/pkg/bootstrap/src/bootstrap/internal/obj/pcln.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/internal/obj/pcln.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/internal/obj/pcln.go
 
-//line /tmp/go/src/cmd/internal/obj/pcln.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/internal/obj/pcln.go:1
 // Copyright 2013 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/internal/obj/ppc64/a.out.go b/pkg/bootstrap/src/bootstrap/internal/obj/ppc64/a.out.go
index c68e408..1a735cc 100644
--- a/pkg/bootstrap/src/bootstrap/internal/obj/ppc64/a.out.go
+++ b/pkg/bootstrap/src/bootstrap/internal/obj/ppc64/a.out.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/internal/obj/ppc64/a.out.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/internal/obj/ppc64/a.out.go
 
-//line /tmp/go/src/cmd/internal/obj/ppc64/a.out.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/internal/obj/ppc64/a.out.go:1
 // cmd/9c/9.out.h from Vita Nuova.
 //
 //	Copyright © 1994-1999 Lucent Technologies Inc.  All rights reserved.
diff --git a/pkg/bootstrap/src/bootstrap/internal/obj/ppc64/anames.go b/pkg/bootstrap/src/bootstrap/internal/obj/ppc64/anames.go
index 8c7a8a2..e0ad981 100644
--- a/pkg/bootstrap/src/bootstrap/internal/obj/ppc64/anames.go
+++ b/pkg/bootstrap/src/bootstrap/internal/obj/ppc64/anames.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/internal/obj/ppc64/anames.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/internal/obj/ppc64/anames.go
 
-//line /tmp/go/src/cmd/internal/obj/ppc64/anames.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/internal/obj/ppc64/anames.go:1
 // Generated by stringer -i a.out.go -o anames.go -p ppc64
 // Do not edit.
 
diff --git a/pkg/bootstrap/src/bootstrap/internal/obj/ppc64/anames9.go b/pkg/bootstrap/src/bootstrap/internal/obj/ppc64/anames9.go
index d4bc683..071471e 100644
--- a/pkg/bootstrap/src/bootstrap/internal/obj/ppc64/anames9.go
+++ b/pkg/bootstrap/src/bootstrap/internal/obj/ppc64/anames9.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/internal/obj/ppc64/anames9.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/internal/obj/ppc64/anames9.go
 
-//line /tmp/go/src/cmd/internal/obj/ppc64/anames9.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/internal/obj/ppc64/anames9.go:1
 package ppc64
 
 var cnames9 = []string{
diff --git a/pkg/bootstrap/src/bootstrap/internal/obj/ppc64/asm9.go b/pkg/bootstrap/src/bootstrap/internal/obj/ppc64/asm9.go
index e98bb27..d55cdc6 100644
--- a/pkg/bootstrap/src/bootstrap/internal/obj/ppc64/asm9.go
+++ b/pkg/bootstrap/src/bootstrap/internal/obj/ppc64/asm9.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/internal/obj/ppc64/asm9.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/internal/obj/ppc64/asm9.go
 
-//line /tmp/go/src/cmd/internal/obj/ppc64/asm9.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/internal/obj/ppc64/asm9.go:1
 // cmd/9l/optab.c, cmd/9l/asmout.c from Vita Nuova.
 //
 //	Copyright © 1994-1999 Lucent Technologies Inc.  All rights reserved.
diff --git a/pkg/bootstrap/src/bootstrap/internal/obj/ppc64/list9.go b/pkg/bootstrap/src/bootstrap/internal/obj/ppc64/list9.go
index 9affcbf..86f7323 100644
--- a/pkg/bootstrap/src/bootstrap/internal/obj/ppc64/list9.go
+++ b/pkg/bootstrap/src/bootstrap/internal/obj/ppc64/list9.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/internal/obj/ppc64/list9.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/internal/obj/ppc64/list9.go
 
-//line /tmp/go/src/cmd/internal/obj/ppc64/list9.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/internal/obj/ppc64/list9.go:1
 // cmd/9l/list.c from Vita Nuova.
 //
 //	Copyright © 1994-1999 Lucent Technologies Inc.  All rights reserved.
diff --git a/pkg/bootstrap/src/bootstrap/internal/obj/ppc64/obj9.go b/pkg/bootstrap/src/bootstrap/internal/obj/ppc64/obj9.go
index a2f155d..8ce09d6 100644
--- a/pkg/bootstrap/src/bootstrap/internal/obj/ppc64/obj9.go
+++ b/pkg/bootstrap/src/bootstrap/internal/obj/ppc64/obj9.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/internal/obj/ppc64/obj9.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/internal/obj/ppc64/obj9.go
 
-//line /tmp/go/src/cmd/internal/obj/ppc64/obj9.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/internal/obj/ppc64/obj9.go:1
 // cmd/9l/noop.c, cmd/9l/pass.c, cmd/9l/span.c from Vita Nuova.
 //
 //	Copyright © 1994-1999 Lucent Technologies Inc.  All rights reserved.
diff --git a/pkg/bootstrap/src/bootstrap/internal/obj/stack.go b/pkg/bootstrap/src/bootstrap/internal/obj/stack.go
index 70758ad..6d4a389 100644
--- a/pkg/bootstrap/src/bootstrap/internal/obj/stack.go
+++ b/pkg/bootstrap/src/bootstrap/internal/obj/stack.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/internal/obj/stack.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/internal/obj/stack.go
 
-//line /tmp/go/src/cmd/internal/obj/stack.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/internal/obj/stack.go:1
 // Copyright 2011 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/internal/obj/stringer.go b/pkg/bootstrap/src/bootstrap/internal/obj/stringer.go
index 6ea4b85..cdb4b6f 100644
--- a/pkg/bootstrap/src/bootstrap/internal/obj/stringer.go
+++ b/pkg/bootstrap/src/bootstrap/internal/obj/stringer.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/internal/obj/stringer.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/internal/obj/stringer.go
 
-//line /tmp/go/src/cmd/internal/obj/stringer.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/internal/obj/stringer.go:1
 // Copyright 2015 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/internal/obj/sym.go b/pkg/bootstrap/src/bootstrap/internal/obj/sym.go
index 52e8d8d..4577b31 100644
--- a/pkg/bootstrap/src/bootstrap/internal/obj/sym.go
+++ b/pkg/bootstrap/src/bootstrap/internal/obj/sym.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/internal/obj/sym.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/internal/obj/sym.go
 
-//line /tmp/go/src/cmd/internal/obj/sym.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/internal/obj/sym.go:1
 // Derived from Inferno utils/6l/obj.c and utils/6l/span.c
 // http://code.google.com/p/inferno-os/source/browse/utils/6l/obj.c
 // http://code.google.com/p/inferno-os/source/browse/utils/6l/span.c
diff --git a/pkg/bootstrap/src/bootstrap/internal/obj/textflag.go b/pkg/bootstrap/src/bootstrap/internal/obj/textflag.go
index 80b2c4e..fedf6f8 100644
--- a/pkg/bootstrap/src/bootstrap/internal/obj/textflag.go
+++ b/pkg/bootstrap/src/bootstrap/internal/obj/textflag.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/internal/obj/textflag.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/internal/obj/textflag.go
 
-//line /tmp/go/src/cmd/internal/obj/textflag.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/internal/obj/textflag.go:1
 // Copyright 2013 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/internal/obj/typekind.go b/pkg/bootstrap/src/bootstrap/internal/obj/typekind.go
index abacecc..0e63ab8 100644
--- a/pkg/bootstrap/src/bootstrap/internal/obj/typekind.go
+++ b/pkg/bootstrap/src/bootstrap/internal/obj/typekind.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/internal/obj/typekind.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/internal/obj/typekind.go
 
-//line /tmp/go/src/cmd/internal/obj/typekind.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/internal/obj/typekind.go:1
 // Copyright 2012 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/internal/obj/util.go b/pkg/bootstrap/src/bootstrap/internal/obj/util.go
index a305f1f..0721c98 100644
--- a/pkg/bootstrap/src/bootstrap/internal/obj/util.go
+++ b/pkg/bootstrap/src/bootstrap/internal/obj/util.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/internal/obj/util.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/internal/obj/util.go
 
-//line /tmp/go/src/cmd/internal/obj/util.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/internal/obj/util.go:1
 // Copyright 2015 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/internal/obj/x86/a.out.go b/pkg/bootstrap/src/bootstrap/internal/obj/x86/a.out.go
index dbb121b..7d38e46 100644
--- a/pkg/bootstrap/src/bootstrap/internal/obj/x86/a.out.go
+++ b/pkg/bootstrap/src/bootstrap/internal/obj/x86/a.out.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/internal/obj/x86/a.out.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/internal/obj/x86/a.out.go
 
-//line /tmp/go/src/cmd/internal/obj/x86/a.out.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/internal/obj/x86/a.out.go:1
 // Inferno utils/6c/6.out.h
 // http://code.google.com/p/inferno-os/source/browse/utils/6c/6.out.h
 //
diff --git a/pkg/bootstrap/src/bootstrap/internal/obj/x86/anames.go b/pkg/bootstrap/src/bootstrap/internal/obj/x86/anames.go
index d2d1945..fd1f2d9 100644
--- a/pkg/bootstrap/src/bootstrap/internal/obj/x86/anames.go
+++ b/pkg/bootstrap/src/bootstrap/internal/obj/x86/anames.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/internal/obj/x86/anames.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/internal/obj/x86/anames.go
 
-//line /tmp/go/src/cmd/internal/obj/x86/anames.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/internal/obj/x86/anames.go:1
 // Generated by stringer -i a.out.go -o anames.go -p x86
 // Do not edit.
 
diff --git a/pkg/bootstrap/src/bootstrap/internal/obj/x86/asm6.go b/pkg/bootstrap/src/bootstrap/internal/obj/x86/asm6.go
index 691d3a2..b569938 100644
--- a/pkg/bootstrap/src/bootstrap/internal/obj/x86/asm6.go
+++ b/pkg/bootstrap/src/bootstrap/internal/obj/x86/asm6.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/internal/obj/x86/asm6.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/internal/obj/x86/asm6.go
 
-//line /tmp/go/src/cmd/internal/obj/x86/asm6.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/internal/obj/x86/asm6.go:1
 // Inferno utils/6l/span.c
 // http://code.google.com/p/inferno-os/source/browse/utils/6l/span.c
 //
diff --git a/pkg/bootstrap/src/bootstrap/internal/obj/x86/list6.go b/pkg/bootstrap/src/bootstrap/internal/obj/x86/list6.go
index 76f5bb2..f77aa6b 100644
--- a/pkg/bootstrap/src/bootstrap/internal/obj/x86/list6.go
+++ b/pkg/bootstrap/src/bootstrap/internal/obj/x86/list6.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/internal/obj/x86/list6.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/internal/obj/x86/list6.go
 
-//line /tmp/go/src/cmd/internal/obj/x86/list6.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/internal/obj/x86/list6.go:1
 // Inferno utils/6c/list.c
 // http://code.google.com/p/inferno-os/source/browse/utils/6c/list.c
 //
diff --git a/pkg/bootstrap/src/bootstrap/internal/obj/x86/obj6.go b/pkg/bootstrap/src/bootstrap/internal/obj/x86/obj6.go
index a444021..a2fd1a3 100644
--- a/pkg/bootstrap/src/bootstrap/internal/obj/x86/obj6.go
+++ b/pkg/bootstrap/src/bootstrap/internal/obj/x86/obj6.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/internal/obj/x86/obj6.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/internal/obj/x86/obj6.go
 
-//line /tmp/go/src/cmd/internal/obj/x86/obj6.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/internal/obj/x86/obj6.go:1
 // Inferno utils/6l/pass.c
 // http://code.google.com/p/inferno-os/source/browse/utils/6l/pass.c
 //
diff --git a/pkg/bootstrap/src/bootstrap/internal/obj/x86/obj6_test.go b/pkg/bootstrap/src/bootstrap/internal/obj/x86/obj6_test.go
index 386117a..ad7e814 100644
--- a/pkg/bootstrap/src/bootstrap/internal/obj/x86/obj6_test.go
+++ b/pkg/bootstrap/src/bootstrap/internal/obj/x86/obj6_test.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/internal/obj/x86/obj6_test.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/internal/obj/x86/obj6_test.go
 
-//line /tmp/go/src/cmd/internal/obj/x86/obj6_test.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/internal/obj/x86/obj6_test.go:1
 package x86_test
 
 import (
diff --git a/pkg/bootstrap/src/bootstrap/internal/obj/zbootstrap.go b/pkg/bootstrap/src/bootstrap/internal/obj/zbootstrap.go
index 771a000..42d18bd 100644
--- a/pkg/bootstrap/src/bootstrap/internal/obj/zbootstrap.go
+++ b/pkg/bootstrap/src/bootstrap/internal/obj/zbootstrap.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/internal/obj/zbootstrap.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/internal/obj/zbootstrap.go
 
-//line /tmp/go/src/cmd/internal/obj/zbootstrap.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/internal/obj/zbootstrap.go:1
 // auto generated by go tool dist
 
 package obj
diff --git a/pkg/bootstrap/src/bootstrap/link/doc.go b/pkg/bootstrap/src/bootstrap/link/doc.go
index 78ee31b..9904027 100644
--- a/pkg/bootstrap/src/bootstrap/link/doc.go
+++ b/pkg/bootstrap/src/bootstrap/link/doc.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/link/doc.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/doc.go
 
-//line /tmp/go/src/cmd/link/doc.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/doc.go:1
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/link/internal/amd64/asm.go b/pkg/bootstrap/src/bootstrap/link/internal/amd64/asm.go
index ce86d8a..b616fc2 100644
--- a/pkg/bootstrap/src/bootstrap/link/internal/amd64/asm.go
+++ b/pkg/bootstrap/src/bootstrap/link/internal/amd64/asm.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/link/internal/amd64/asm.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/internal/amd64/asm.go
 
-//line /tmp/go/src/cmd/link/internal/amd64/asm.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/internal/amd64/asm.go:1
 // Inferno utils/6l/asm.c
 // http://code.google.com/p/inferno-os/source/browse/utils/6l/asm.c
 //
diff --git a/pkg/bootstrap/src/bootstrap/link/internal/amd64/l.go b/pkg/bootstrap/src/bootstrap/link/internal/amd64/l.go
index 4239d81..2b132d4 100644
--- a/pkg/bootstrap/src/bootstrap/link/internal/amd64/l.go
+++ b/pkg/bootstrap/src/bootstrap/link/internal/amd64/l.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/link/internal/amd64/l.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/internal/amd64/l.go
 
-//line /tmp/go/src/cmd/link/internal/amd64/l.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/internal/amd64/l.go:1
 // Inferno utils/6l/l.h
 // http://code.google.com/p/inferno-os/source/browse/utils/6l/l.h
 //
diff --git a/pkg/bootstrap/src/bootstrap/link/internal/amd64/obj.go b/pkg/bootstrap/src/bootstrap/link/internal/amd64/obj.go
index bb995d6..a0c4c4e 100644
--- a/pkg/bootstrap/src/bootstrap/link/internal/amd64/obj.go
+++ b/pkg/bootstrap/src/bootstrap/link/internal/amd64/obj.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/link/internal/amd64/obj.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/internal/amd64/obj.go
 
-//line /tmp/go/src/cmd/link/internal/amd64/obj.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/internal/amd64/obj.go:1
 // Inferno utils/6l/obj.c
 // http://code.google.com/p/inferno-os/source/browse/utils/6l/obj.c
 //
diff --git a/pkg/bootstrap/src/bootstrap/link/internal/amd64/z.go b/pkg/bootstrap/src/bootstrap/link/internal/amd64/z.go
index e61c4d3..425616a 100644
--- a/pkg/bootstrap/src/bootstrap/link/internal/amd64/z.go
+++ b/pkg/bootstrap/src/bootstrap/link/internal/amd64/z.go
@@ -1,4 +1,4 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/link/internal/amd64/z.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/internal/amd64/z.go
 
-//line /tmp/go/src/cmd/link/internal/amd64/z.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/internal/amd64/z.go:1
 package amd64
diff --git a/pkg/bootstrap/src/bootstrap/link/internal/arm/asm.go b/pkg/bootstrap/src/bootstrap/link/internal/arm/asm.go
index 594e6b2..a581042 100644
--- a/pkg/bootstrap/src/bootstrap/link/internal/arm/asm.go
+++ b/pkg/bootstrap/src/bootstrap/link/internal/arm/asm.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/link/internal/arm/asm.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/internal/arm/asm.go
 
-//line /tmp/go/src/cmd/link/internal/arm/asm.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/internal/arm/asm.go:1
 // Inferno utils/5l/asm.c
 // http://code.google.com/p/inferno-os/source/browse/utils/5l/asm.c
 //
diff --git a/pkg/bootstrap/src/bootstrap/link/internal/arm/l.go b/pkg/bootstrap/src/bootstrap/link/internal/arm/l.go
index 6a0b4a6..d7d7832 100644
--- a/pkg/bootstrap/src/bootstrap/link/internal/arm/l.go
+++ b/pkg/bootstrap/src/bootstrap/link/internal/arm/l.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/link/internal/arm/l.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/internal/arm/l.go
 
-//line /tmp/go/src/cmd/link/internal/arm/l.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/internal/arm/l.go:1
 // Inferno utils/5l/asm.c
 // http://code.google.com/p/inferno-os/source/browse/utils/5l/asm.c
 //
diff --git a/pkg/bootstrap/src/bootstrap/link/internal/arm/obj.go b/pkg/bootstrap/src/bootstrap/link/internal/arm/obj.go
index ae22fcf..0f94bff 100644
--- a/pkg/bootstrap/src/bootstrap/link/internal/arm/obj.go
+++ b/pkg/bootstrap/src/bootstrap/link/internal/arm/obj.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/link/internal/arm/obj.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/internal/arm/obj.go
 
-//line /tmp/go/src/cmd/link/internal/arm/obj.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/internal/arm/obj.go:1
 // Inferno utils/5l/obj.c
 // http://code.google.com/p/inferno-os/source/browse/utils/5l/obj.c
 //
diff --git a/pkg/bootstrap/src/bootstrap/link/internal/arm64/asm.go b/pkg/bootstrap/src/bootstrap/link/internal/arm64/asm.go
index 8ee2434..9d868b0 100644
--- a/pkg/bootstrap/src/bootstrap/link/internal/arm64/asm.go
+++ b/pkg/bootstrap/src/bootstrap/link/internal/arm64/asm.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/link/internal/arm64/asm.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/internal/arm64/asm.go
 
-//line /tmp/go/src/cmd/link/internal/arm64/asm.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/internal/arm64/asm.go:1
 // Inferno utils/5l/asm.c
 // http://code.google.com/p/inferno-os/source/browse/utils/5l/asm.c
 //
diff --git a/pkg/bootstrap/src/bootstrap/link/internal/arm64/l.go b/pkg/bootstrap/src/bootstrap/link/internal/arm64/l.go
index ab399f7..f66dca1 100644
--- a/pkg/bootstrap/src/bootstrap/link/internal/arm64/l.go
+++ b/pkg/bootstrap/src/bootstrap/link/internal/arm64/l.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/link/internal/arm64/l.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/internal/arm64/l.go
 
-//line /tmp/go/src/cmd/link/internal/arm64/l.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/internal/arm64/l.go:1
 // Inferno utils/5l/asm.c
 // http://code.google.com/p/inferno-os/source/browse/utils/5l/asm.c
 //
diff --git a/pkg/bootstrap/src/bootstrap/link/internal/arm64/obj.go b/pkg/bootstrap/src/bootstrap/link/internal/arm64/obj.go
index fa90c29..78a07a4 100644
--- a/pkg/bootstrap/src/bootstrap/link/internal/arm64/obj.go
+++ b/pkg/bootstrap/src/bootstrap/link/internal/arm64/obj.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/link/internal/arm64/obj.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/internal/arm64/obj.go
 
-//line /tmp/go/src/cmd/link/internal/arm64/obj.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/internal/arm64/obj.go:1
 // Inferno utils/5l/obj.c
 // http://code.google.com/p/inferno-os/source/browse/utils/5l/obj.c
 //
diff --git a/pkg/bootstrap/src/bootstrap/link/internal/ld/ar.go b/pkg/bootstrap/src/bootstrap/link/internal/ld/ar.go
index c1a447f..475639b 100644
--- a/pkg/bootstrap/src/bootstrap/link/internal/ld/ar.go
+++ b/pkg/bootstrap/src/bootstrap/link/internal/ld/ar.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/link/internal/ld/ar.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/internal/ld/ar.go
 
-//line /tmp/go/src/cmd/link/internal/ld/ar.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/internal/ld/ar.go:1
 // Inferno utils/include/ar.h
 // http://code.google.com/p/inferno-os/source/browse/utils/include/ar.h
 //
diff --git a/pkg/bootstrap/src/bootstrap/link/internal/ld/arch.go b/pkg/bootstrap/src/bootstrap/link/internal/ld/arch.go
index b953aae..a1573e1 100644
--- a/pkg/bootstrap/src/bootstrap/link/internal/ld/arch.go
+++ b/pkg/bootstrap/src/bootstrap/link/internal/ld/arch.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/link/internal/ld/arch.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/internal/ld/arch.go
 
-//line /tmp/go/src/cmd/link/internal/ld/arch.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/internal/ld/arch.go:1
 // Copyright 2015 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/link/internal/ld/data.go b/pkg/bootstrap/src/bootstrap/link/internal/ld/data.go
index 2950b70..5752e02 100644
--- a/pkg/bootstrap/src/bootstrap/link/internal/ld/data.go
+++ b/pkg/bootstrap/src/bootstrap/link/internal/ld/data.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/link/internal/ld/data.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/internal/ld/data.go
 
-//line /tmp/go/src/cmd/link/internal/ld/data.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/internal/ld/data.go:1
 // Derived from Inferno utils/6l/obj.c and utils/6l/span.c
 // http://code.google.com/p/inferno-os/source/browse/utils/6l/obj.c
 // http://code.google.com/p/inferno-os/source/browse/utils/6l/span.c
diff --git a/pkg/bootstrap/src/bootstrap/link/internal/ld/decodesym.go b/pkg/bootstrap/src/bootstrap/link/internal/ld/decodesym.go
index 284f8b1..5d8148a 100644
--- a/pkg/bootstrap/src/bootstrap/link/internal/ld/decodesym.go
+++ b/pkg/bootstrap/src/bootstrap/link/internal/ld/decodesym.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/link/internal/ld/decodesym.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/internal/ld/decodesym.go
 
-//line /tmp/go/src/cmd/link/internal/ld/decodesym.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/internal/ld/decodesym.go:1
 // Copyright 2012 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/link/internal/ld/dwarf.go b/pkg/bootstrap/src/bootstrap/link/internal/ld/dwarf.go
index b62ce5e..6447229 100644
--- a/pkg/bootstrap/src/bootstrap/link/internal/ld/dwarf.go
+++ b/pkg/bootstrap/src/bootstrap/link/internal/ld/dwarf.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/link/internal/ld/dwarf.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/internal/ld/dwarf.go
 
-//line /tmp/go/src/cmd/link/internal/ld/dwarf.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/internal/ld/dwarf.go:1
 // Copyright 2010 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/link/internal/ld/dwarf_defs.go b/pkg/bootstrap/src/bootstrap/link/internal/ld/dwarf_defs.go
index 8b90114..cbf2b80 100644
--- a/pkg/bootstrap/src/bootstrap/link/internal/ld/dwarf_defs.go
+++ b/pkg/bootstrap/src/bootstrap/link/internal/ld/dwarf_defs.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/link/internal/ld/dwarf_defs.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/internal/ld/dwarf_defs.go
 
-//line /tmp/go/src/cmd/link/internal/ld/dwarf_defs.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/internal/ld/dwarf_defs.go:1
 // Copyright 2010 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/link/internal/ld/elf.go b/pkg/bootstrap/src/bootstrap/link/internal/ld/elf.go
index 3684f07..84de887 100644
--- a/pkg/bootstrap/src/bootstrap/link/internal/ld/elf.go
+++ b/pkg/bootstrap/src/bootstrap/link/internal/ld/elf.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/link/internal/ld/elf.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/internal/ld/elf.go
 
-//line /tmp/go/src/cmd/link/internal/ld/elf.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/internal/ld/elf.go:1
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/link/internal/ld/go.go b/pkg/bootstrap/src/bootstrap/link/internal/ld/go.go
index cc2dc41..b9d5414 100644
--- a/pkg/bootstrap/src/bootstrap/link/internal/ld/go.go
+++ b/pkg/bootstrap/src/bootstrap/link/internal/ld/go.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/link/internal/ld/go.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/internal/ld/go.go
 
-//line /tmp/go/src/cmd/link/internal/ld/go.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/internal/ld/go.go:1
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/link/internal/ld/ld.go b/pkg/bootstrap/src/bootstrap/link/internal/ld/ld.go
index 39192a6..e3b17e1 100644
--- a/pkg/bootstrap/src/bootstrap/link/internal/ld/ld.go
+++ b/pkg/bootstrap/src/bootstrap/link/internal/ld/ld.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/link/internal/ld/ld.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/internal/ld/ld.go
 
-//line /tmp/go/src/cmd/link/internal/ld/ld.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/internal/ld/ld.go:1
 // Derived from Inferno utils/6l/obj.c and utils/6l/span.c
 // http://code.google.com/p/inferno-os/source/browse/utils/6l/obj.c
 // http://code.google.com/p/inferno-os/source/browse/utils/6l/span.c
diff --git a/pkg/bootstrap/src/bootstrap/link/internal/ld/ldelf.go b/pkg/bootstrap/src/bootstrap/link/internal/ld/ldelf.go
index cba2d83..bcfc6f2 100644
--- a/pkg/bootstrap/src/bootstrap/link/internal/ld/ldelf.go
+++ b/pkg/bootstrap/src/bootstrap/link/internal/ld/ldelf.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/link/internal/ld/ldelf.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/internal/ld/ldelf.go
 
-//line /tmp/go/src/cmd/link/internal/ld/ldelf.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/internal/ld/ldelf.go:1
 package ld
 
 import (
diff --git a/pkg/bootstrap/src/bootstrap/link/internal/ld/ldmacho.go b/pkg/bootstrap/src/bootstrap/link/internal/ld/ldmacho.go
index 2fc7369..1d3f978 100644
--- a/pkg/bootstrap/src/bootstrap/link/internal/ld/ldmacho.go
+++ b/pkg/bootstrap/src/bootstrap/link/internal/ld/ldmacho.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/link/internal/ld/ldmacho.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/internal/ld/ldmacho.go
 
-//line /tmp/go/src/cmd/link/internal/ld/ldmacho.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/internal/ld/ldmacho.go:1
 package ld
 
 import (
diff --git a/pkg/bootstrap/src/bootstrap/link/internal/ld/ldpe.go b/pkg/bootstrap/src/bootstrap/link/internal/ld/ldpe.go
index c9890ef..b32f327 100644
--- a/pkg/bootstrap/src/bootstrap/link/internal/ld/ldpe.go
+++ b/pkg/bootstrap/src/bootstrap/link/internal/ld/ldpe.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/link/internal/ld/ldpe.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/internal/ld/ldpe.go
 
-//line /tmp/go/src/cmd/link/internal/ld/ldpe.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/internal/ld/ldpe.go:1
 // Copyright 2010 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/link/internal/ld/lib.go b/pkg/bootstrap/src/bootstrap/link/internal/ld/lib.go
index 370d63c..5964060 100644
--- a/pkg/bootstrap/src/bootstrap/link/internal/ld/lib.go
+++ b/pkg/bootstrap/src/bootstrap/link/internal/ld/lib.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/link/internal/ld/lib.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/internal/ld/lib.go
 
-//line /tmp/go/src/cmd/link/internal/ld/lib.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/internal/ld/lib.go:1
 // Inferno utils/8l/asm.c
 // http://code.google.com/p/inferno-os/source/browse/utils/8l/asm.c
 //
diff --git a/pkg/bootstrap/src/bootstrap/link/internal/ld/link.go b/pkg/bootstrap/src/bootstrap/link/internal/ld/link.go
index ac473ce..f30e82f 100644
--- a/pkg/bootstrap/src/bootstrap/link/internal/ld/link.go
+++ b/pkg/bootstrap/src/bootstrap/link/internal/ld/link.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/link/internal/ld/link.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/internal/ld/link.go
 
-//line /tmp/go/src/cmd/link/internal/ld/link.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/internal/ld/link.go:1
 // Derived from Inferno utils/6l/l.h and related files.
 // http://code.google.com/p/inferno-os/source/browse/utils/6l/l.h
 //
diff --git a/pkg/bootstrap/src/bootstrap/link/internal/ld/macho.go b/pkg/bootstrap/src/bootstrap/link/internal/ld/macho.go
index c53463f..e544066 100644
--- a/pkg/bootstrap/src/bootstrap/link/internal/ld/macho.go
+++ b/pkg/bootstrap/src/bootstrap/link/internal/ld/macho.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/link/internal/ld/macho.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/internal/ld/macho.go
 
-//line /tmp/go/src/cmd/link/internal/ld/macho.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/internal/ld/macho.go:1
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/link/internal/ld/macho_combine_dwarf.go b/pkg/bootstrap/src/bootstrap/link/internal/ld/macho_combine_dwarf.go
index ffe925d..9262a58 100644
--- a/pkg/bootstrap/src/bootstrap/link/internal/ld/macho_combine_dwarf.go
+++ b/pkg/bootstrap/src/bootstrap/link/internal/ld/macho_combine_dwarf.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/link/internal/ld/macho_combine_dwarf.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/internal/ld/macho_combine_dwarf.go
 
-//line /tmp/go/src/cmd/link/internal/ld/macho_combine_dwarf.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/internal/ld/macho_combine_dwarf.go:1
 // Copyright 2015 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/link/internal/ld/objfile.go b/pkg/bootstrap/src/bootstrap/link/internal/ld/objfile.go
index 74af8c2..b566bbe 100644
--- a/pkg/bootstrap/src/bootstrap/link/internal/ld/objfile.go
+++ b/pkg/bootstrap/src/bootstrap/link/internal/ld/objfile.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/link/internal/ld/objfile.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/internal/ld/objfile.go
 
-//line /tmp/go/src/cmd/link/internal/ld/objfile.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/internal/ld/objfile.go:1
 // Copyright 2013 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/link/internal/ld/pcln.go b/pkg/bootstrap/src/bootstrap/link/internal/ld/pcln.go
index 87d4467..11a4088 100644
--- a/pkg/bootstrap/src/bootstrap/link/internal/ld/pcln.go
+++ b/pkg/bootstrap/src/bootstrap/link/internal/ld/pcln.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/link/internal/ld/pcln.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/internal/ld/pcln.go
 
-//line /tmp/go/src/cmd/link/internal/ld/pcln.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/internal/ld/pcln.go:1
 // Copyright 2013 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/link/internal/ld/pe.go b/pkg/bootstrap/src/bootstrap/link/internal/ld/pe.go
index 5e11bff..30114d2 100644
--- a/pkg/bootstrap/src/bootstrap/link/internal/ld/pe.go
+++ b/pkg/bootstrap/src/bootstrap/link/internal/ld/pe.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/link/internal/ld/pe.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/internal/ld/pe.go
 
-//line /tmp/go/src/cmd/link/internal/ld/pe.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/internal/ld/pe.go:1
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/link/internal/ld/pobj.go b/pkg/bootstrap/src/bootstrap/link/internal/ld/pobj.go
index 93508fd..4171909 100644
--- a/pkg/bootstrap/src/bootstrap/link/internal/ld/pobj.go
+++ b/pkg/bootstrap/src/bootstrap/link/internal/ld/pobj.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/link/internal/ld/pobj.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/internal/ld/pobj.go
 
-//line /tmp/go/src/cmd/link/internal/ld/pobj.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/internal/ld/pobj.go:1
 // Inferno utils/6l/obj.c
 // http://code.google.com/p/inferno-os/source/browse/utils/6l/obj.c
 //
diff --git a/pkg/bootstrap/src/bootstrap/link/internal/ld/sym.go b/pkg/bootstrap/src/bootstrap/link/internal/ld/sym.go
index ff8ee09..9870f37 100644
--- a/pkg/bootstrap/src/bootstrap/link/internal/ld/sym.go
+++ b/pkg/bootstrap/src/bootstrap/link/internal/ld/sym.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/link/internal/ld/sym.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/internal/ld/sym.go
 
-//line /tmp/go/src/cmd/link/internal/ld/sym.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/internal/ld/sym.go:1
 // Derived from Inferno utils/6l/obj.c and utils/6l/span.c
 // http://code.google.com/p/inferno-os/source/browse/utils/6l/obj.c
 // http://code.google.com/p/inferno-os/source/browse/utils/6l/span.c
diff --git a/pkg/bootstrap/src/bootstrap/link/internal/ld/symtab.go b/pkg/bootstrap/src/bootstrap/link/internal/ld/symtab.go
index fd8d63a..506da20 100644
--- a/pkg/bootstrap/src/bootstrap/link/internal/ld/symtab.go
+++ b/pkg/bootstrap/src/bootstrap/link/internal/ld/symtab.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/link/internal/ld/symtab.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/internal/ld/symtab.go
 
-//line /tmp/go/src/cmd/link/internal/ld/symtab.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/internal/ld/symtab.go:1
 // Inferno utils/6l/span.c
 // http://code.google.com/p/inferno-os/source/browse/utils/6l/span.c
 //
diff --git a/pkg/bootstrap/src/bootstrap/link/internal/ld/textflag.go b/pkg/bootstrap/src/bootstrap/link/internal/ld/textflag.go
index 05d25b4..1003261 100644
--- a/pkg/bootstrap/src/bootstrap/link/internal/ld/textflag.go
+++ b/pkg/bootstrap/src/bootstrap/link/internal/ld/textflag.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/link/internal/ld/textflag.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/internal/ld/textflag.go
 
-//line /tmp/go/src/cmd/link/internal/ld/textflag.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/internal/ld/textflag.go:1
 // Copyright 2013 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/link/internal/ld/util.go b/pkg/bootstrap/src/bootstrap/link/internal/ld/util.go
index a675008..68e963e 100644
--- a/pkg/bootstrap/src/bootstrap/link/internal/ld/util.go
+++ b/pkg/bootstrap/src/bootstrap/link/internal/ld/util.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/link/internal/ld/util.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/internal/ld/util.go
 
-//line /tmp/go/src/cmd/link/internal/ld/util.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/internal/ld/util.go:1
 // Copyright 2015 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/bootstrap/src/bootstrap/link/internal/ppc64/asm.go b/pkg/bootstrap/src/bootstrap/link/internal/ppc64/asm.go
index bf78297..4cf5ddc 100644
--- a/pkg/bootstrap/src/bootstrap/link/internal/ppc64/asm.go
+++ b/pkg/bootstrap/src/bootstrap/link/internal/ppc64/asm.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/link/internal/ppc64/asm.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/internal/ppc64/asm.go
 
-//line /tmp/go/src/cmd/link/internal/ppc64/asm.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/internal/ppc64/asm.go:1
 // Inferno utils/5l/asm.c
 // http://code.google.com/p/inferno-os/source/browse/utils/5l/asm.c
 //
diff --git a/pkg/bootstrap/src/bootstrap/link/internal/ppc64/l.go b/pkg/bootstrap/src/bootstrap/link/internal/ppc64/l.go
index ce56b95..261fcea 100644
--- a/pkg/bootstrap/src/bootstrap/link/internal/ppc64/l.go
+++ b/pkg/bootstrap/src/bootstrap/link/internal/ppc64/l.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/link/internal/ppc64/l.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/internal/ppc64/l.go
 
-//line /tmp/go/src/cmd/link/internal/ppc64/l.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/internal/ppc64/l.go:1
 // Inferno utils/5l/asm.c
 // http://code.google.com/p/inferno-os/source/browse/utils/5l/asm.c
 //
diff --git a/pkg/bootstrap/src/bootstrap/link/internal/ppc64/obj.go b/pkg/bootstrap/src/bootstrap/link/internal/ppc64/obj.go
index 3985a82..227fc82 100644
--- a/pkg/bootstrap/src/bootstrap/link/internal/ppc64/obj.go
+++ b/pkg/bootstrap/src/bootstrap/link/internal/ppc64/obj.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/link/internal/ppc64/obj.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/internal/ppc64/obj.go
 
-//line /tmp/go/src/cmd/link/internal/ppc64/obj.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/internal/ppc64/obj.go:1
 // Inferno utils/5l/obj.c
 // http://code.google.com/p/inferno-os/source/browse/utils/5l/obj.c
 //
diff --git a/pkg/bootstrap/src/bootstrap/link/internal/x86/asm.go b/pkg/bootstrap/src/bootstrap/link/internal/x86/asm.go
index 8f74be3..888ad20 100644
--- a/pkg/bootstrap/src/bootstrap/link/internal/x86/asm.go
+++ b/pkg/bootstrap/src/bootstrap/link/internal/x86/asm.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/link/internal/x86/asm.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/internal/x86/asm.go
 
-//line /tmp/go/src/cmd/link/internal/x86/asm.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/internal/x86/asm.go:1
 // Inferno utils/8l/asm.c
 // http://code.google.com/p/inferno-os/source/browse/utils/8l/asm.c
 //
diff --git a/pkg/bootstrap/src/bootstrap/link/internal/x86/l.go b/pkg/bootstrap/src/bootstrap/link/internal/x86/l.go
index 45733dc..cb8d2a7 100644
--- a/pkg/bootstrap/src/bootstrap/link/internal/x86/l.go
+++ b/pkg/bootstrap/src/bootstrap/link/internal/x86/l.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/link/internal/x86/l.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/internal/x86/l.go
 
-//line /tmp/go/src/cmd/link/internal/x86/l.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/internal/x86/l.go:1
 // Inferno utils/8l/l.h
 // http://code.google.com/p/inferno-os/source/browse/utils/8l/l.h
 //
diff --git a/pkg/bootstrap/src/bootstrap/link/internal/x86/obj.go b/pkg/bootstrap/src/bootstrap/link/internal/x86/obj.go
index 7243247..e251ff9 100644
--- a/pkg/bootstrap/src/bootstrap/link/internal/x86/obj.go
+++ b/pkg/bootstrap/src/bootstrap/link/internal/x86/obj.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/link/internal/x86/obj.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/internal/x86/obj.go
 
-//line /tmp/go/src/cmd/link/internal/x86/obj.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/internal/x86/obj.go:1
 // Inferno utils/8l/obj.c
 // http://code.google.com/p/inferno-os/source/browse/utils/8l/obj.c
 //
diff --git a/pkg/bootstrap/src/bootstrap/link/main.go b/pkg/bootstrap/src/bootstrap/link/main.go
index 486b92a..0611f6b 100644
--- a/pkg/bootstrap/src/bootstrap/link/main.go
+++ b/pkg/bootstrap/src/bootstrap/link/main.go
@@ -1,6 +1,6 @@
-// Do not edit. Bootstrap copy of /tmp/go/src/cmd/link/main.go
+// Do not edit. Bootstrap copy of /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/main.go
 
-//line /tmp/go/src/cmd/link/main.go:1
+//line /usr/local/google/buildbot/src/android/build-tools/out/obj/go/src/cmd/link/main.go:1
 // Copyright 2015 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
diff --git a/pkg/linux_amd64/net.a b/pkg/linux_amd64/net.a
index d88ea8c..89b422c 100644
--- a/pkg/linux_amd64/net.a
+++ b/pkg/linux_amd64/net.a
Binary files differ
diff --git a/pkg/linux_amd64/os/user.a b/pkg/linux_amd64/os/user.a
index 92f9b25..b00396d 100644
--- a/pkg/linux_amd64/os/user.a
+++ b/pkg/linux_amd64/os/user.a
Binary files differ
diff --git a/pkg/linux_amd64/runtime/cgo.a b/pkg/linux_amd64/runtime/cgo.a
index 67f1d64..06eef0c 100644
--- a/pkg/linux_amd64/runtime/cgo.a
+++ b/pkg/linux_amd64/runtime/cgo.a
Binary files differ
diff --git a/pkg/linux_amd64_race/archive/tar.a b/pkg/linux_amd64_race/archive/tar.a
index 8216abd..b8486df 100644
--- a/pkg/linux_amd64_race/archive/tar.a
+++ b/pkg/linux_amd64_race/archive/tar.a
Binary files differ
diff --git a/pkg/linux_amd64_race/archive/zip.a b/pkg/linux_amd64_race/archive/zip.a
index ce9057f..5785280 100644
--- a/pkg/linux_amd64_race/archive/zip.a
+++ b/pkg/linux_amd64_race/archive/zip.a
Binary files differ
diff --git a/pkg/linux_amd64_race/bufio.a b/pkg/linux_amd64_race/bufio.a
index 18c33dd..1e02a06 100644
--- a/pkg/linux_amd64_race/bufio.a
+++ b/pkg/linux_amd64_race/bufio.a
Binary files differ
diff --git a/pkg/linux_amd64_race/bytes.a b/pkg/linux_amd64_race/bytes.a
index 1d394b6..480ae44 100644
--- a/pkg/linux_amd64_race/bytes.a
+++ b/pkg/linux_amd64_race/bytes.a
Binary files differ
diff --git a/pkg/linux_amd64_race/compress/bzip2.a b/pkg/linux_amd64_race/compress/bzip2.a
index 21056de..56cdbf5 100644
--- a/pkg/linux_amd64_race/compress/bzip2.a
+++ b/pkg/linux_amd64_race/compress/bzip2.a
Binary files differ
diff --git a/pkg/linux_amd64_race/compress/flate.a b/pkg/linux_amd64_race/compress/flate.a
index 9d9ba47..348b032 100644
--- a/pkg/linux_amd64_race/compress/flate.a
+++ b/pkg/linux_amd64_race/compress/flate.a
Binary files differ
diff --git a/pkg/linux_amd64_race/compress/gzip.a b/pkg/linux_amd64_race/compress/gzip.a
index c13072a..e8b1ea7 100644
--- a/pkg/linux_amd64_race/compress/gzip.a
+++ b/pkg/linux_amd64_race/compress/gzip.a
Binary files differ
diff --git a/pkg/linux_amd64_race/compress/lzw.a b/pkg/linux_amd64_race/compress/lzw.a
index 95c33ce..99eb01d 100644
--- a/pkg/linux_amd64_race/compress/lzw.a
+++ b/pkg/linux_amd64_race/compress/lzw.a
Binary files differ
diff --git a/pkg/linux_amd64_race/compress/zlib.a b/pkg/linux_amd64_race/compress/zlib.a
index 82480ac..1eb08dd 100644
--- a/pkg/linux_amd64_race/compress/zlib.a
+++ b/pkg/linux_amd64_race/compress/zlib.a
Binary files differ
diff --git a/pkg/linux_amd64_race/container/heap.a b/pkg/linux_amd64_race/container/heap.a
index 23c5925..fc57a22 100644
--- a/pkg/linux_amd64_race/container/heap.a
+++ b/pkg/linux_amd64_race/container/heap.a
Binary files differ
diff --git a/pkg/linux_amd64_race/container/list.a b/pkg/linux_amd64_race/container/list.a
index 124d633..42d7495 100644
--- a/pkg/linux_amd64_race/container/list.a
+++ b/pkg/linux_amd64_race/container/list.a
Binary files differ
diff --git a/pkg/linux_amd64_race/container/ring.a b/pkg/linux_amd64_race/container/ring.a
index a24d872..42a64b0 100644
--- a/pkg/linux_amd64_race/container/ring.a
+++ b/pkg/linux_amd64_race/container/ring.a
Binary files differ
diff --git a/pkg/linux_amd64_race/crypto.a b/pkg/linux_amd64_race/crypto.a
index 779c621..5fa9006 100644
--- a/pkg/linux_amd64_race/crypto.a
+++ b/pkg/linux_amd64_race/crypto.a
Binary files differ
diff --git a/pkg/linux_amd64_race/crypto/aes.a b/pkg/linux_amd64_race/crypto/aes.a
index 93c075a..41202a5 100644
--- a/pkg/linux_amd64_race/crypto/aes.a
+++ b/pkg/linux_amd64_race/crypto/aes.a
Binary files differ
diff --git a/pkg/linux_amd64_race/crypto/cipher.a b/pkg/linux_amd64_race/crypto/cipher.a
index 55dc68a..5783da3 100644
--- a/pkg/linux_amd64_race/crypto/cipher.a
+++ b/pkg/linux_amd64_race/crypto/cipher.a
Binary files differ
diff --git a/pkg/linux_amd64_race/crypto/des.a b/pkg/linux_amd64_race/crypto/des.a
index d436a52..6e040a6 100644
--- a/pkg/linux_amd64_race/crypto/des.a
+++ b/pkg/linux_amd64_race/crypto/des.a
Binary files differ
diff --git a/pkg/linux_amd64_race/crypto/dsa.a b/pkg/linux_amd64_race/crypto/dsa.a
index d31d6fe..bb5a74a 100644
--- a/pkg/linux_amd64_race/crypto/dsa.a
+++ b/pkg/linux_amd64_race/crypto/dsa.a
Binary files differ
diff --git a/pkg/linux_amd64_race/crypto/ecdsa.a b/pkg/linux_amd64_race/crypto/ecdsa.a
index 73b430e..3218e94 100644
--- a/pkg/linux_amd64_race/crypto/ecdsa.a
+++ b/pkg/linux_amd64_race/crypto/ecdsa.a
Binary files differ
diff --git a/pkg/linux_amd64_race/crypto/elliptic.a b/pkg/linux_amd64_race/crypto/elliptic.a
index 36ed6fb..00ba629 100644
--- a/pkg/linux_amd64_race/crypto/elliptic.a
+++ b/pkg/linux_amd64_race/crypto/elliptic.a
Binary files differ
diff --git a/pkg/linux_amd64_race/crypto/hmac.a b/pkg/linux_amd64_race/crypto/hmac.a
index a5961f6..2de7a5d 100644
--- a/pkg/linux_amd64_race/crypto/hmac.a
+++ b/pkg/linux_amd64_race/crypto/hmac.a
Binary files differ
diff --git a/pkg/linux_amd64_race/crypto/md5.a b/pkg/linux_amd64_race/crypto/md5.a
index b28e45d..18ca73c 100644
--- a/pkg/linux_amd64_race/crypto/md5.a
+++ b/pkg/linux_amd64_race/crypto/md5.a
Binary files differ
diff --git a/pkg/linux_amd64_race/crypto/rand.a b/pkg/linux_amd64_race/crypto/rand.a
index 9511b69..0ba108a 100644
--- a/pkg/linux_amd64_race/crypto/rand.a
+++ b/pkg/linux_amd64_race/crypto/rand.a
Binary files differ
diff --git a/pkg/linux_amd64_race/crypto/rc4.a b/pkg/linux_amd64_race/crypto/rc4.a
index 7b570f6..826f598 100644
--- a/pkg/linux_amd64_race/crypto/rc4.a
+++ b/pkg/linux_amd64_race/crypto/rc4.a
Binary files differ
diff --git a/pkg/linux_amd64_race/crypto/rsa.a b/pkg/linux_amd64_race/crypto/rsa.a
index 1e8c66e..6f75924 100644
--- a/pkg/linux_amd64_race/crypto/rsa.a
+++ b/pkg/linux_amd64_race/crypto/rsa.a
Binary files differ
diff --git a/pkg/linux_amd64_race/crypto/sha1.a b/pkg/linux_amd64_race/crypto/sha1.a
index 69a7d10..61f4fc3 100644
--- a/pkg/linux_amd64_race/crypto/sha1.a
+++ b/pkg/linux_amd64_race/crypto/sha1.a
Binary files differ
diff --git a/pkg/linux_amd64_race/crypto/sha256.a b/pkg/linux_amd64_race/crypto/sha256.a
index 62dd703..cc93a68 100644
--- a/pkg/linux_amd64_race/crypto/sha256.a
+++ b/pkg/linux_amd64_race/crypto/sha256.a
Binary files differ
diff --git a/pkg/linux_amd64_race/crypto/sha512.a b/pkg/linux_amd64_race/crypto/sha512.a
index e0e18f2..16e8093 100644
--- a/pkg/linux_amd64_race/crypto/sha512.a
+++ b/pkg/linux_amd64_race/crypto/sha512.a
Binary files differ
diff --git a/pkg/linux_amd64_race/crypto/subtle.a b/pkg/linux_amd64_race/crypto/subtle.a
index 4423cc4..5b7ec77 100644
--- a/pkg/linux_amd64_race/crypto/subtle.a
+++ b/pkg/linux_amd64_race/crypto/subtle.a
Binary files differ
diff --git a/pkg/linux_amd64_race/crypto/tls.a b/pkg/linux_amd64_race/crypto/tls.a
index 51ea61d..bc5db2d 100644
--- a/pkg/linux_amd64_race/crypto/tls.a
+++ b/pkg/linux_amd64_race/crypto/tls.a
Binary files differ
diff --git a/pkg/linux_amd64_race/crypto/x509.a b/pkg/linux_amd64_race/crypto/x509.a
index 987726b..2caf581 100644
--- a/pkg/linux_amd64_race/crypto/x509.a
+++ b/pkg/linux_amd64_race/crypto/x509.a
Binary files differ
diff --git a/pkg/linux_amd64_race/crypto/x509/pkix.a b/pkg/linux_amd64_race/crypto/x509/pkix.a
index 379e8dc..dd47f38 100644
--- a/pkg/linux_amd64_race/crypto/x509/pkix.a
+++ b/pkg/linux_amd64_race/crypto/x509/pkix.a
Binary files differ
diff --git a/pkg/linux_amd64_race/database/sql.a b/pkg/linux_amd64_race/database/sql.a
index b21ad27..e78b131 100644
--- a/pkg/linux_amd64_race/database/sql.a
+++ b/pkg/linux_amd64_race/database/sql.a
Binary files differ
diff --git a/pkg/linux_amd64_race/database/sql/driver.a b/pkg/linux_amd64_race/database/sql/driver.a
index cc10fe3..b76eca5 100644
--- a/pkg/linux_amd64_race/database/sql/driver.a
+++ b/pkg/linux_amd64_race/database/sql/driver.a
Binary files differ
diff --git a/pkg/linux_amd64_race/debug/dwarf.a b/pkg/linux_amd64_race/debug/dwarf.a
index 0ec27ab..93a7d78 100644
--- a/pkg/linux_amd64_race/debug/dwarf.a
+++ b/pkg/linux_amd64_race/debug/dwarf.a
Binary files differ
diff --git a/pkg/linux_amd64_race/debug/elf.a b/pkg/linux_amd64_race/debug/elf.a
index 9b9b161..e0b95bf 100644
--- a/pkg/linux_amd64_race/debug/elf.a
+++ b/pkg/linux_amd64_race/debug/elf.a
Binary files differ
diff --git a/pkg/linux_amd64_race/debug/gosym.a b/pkg/linux_amd64_race/debug/gosym.a
index a980b39..ddc243f 100644
--- a/pkg/linux_amd64_race/debug/gosym.a
+++ b/pkg/linux_amd64_race/debug/gosym.a
Binary files differ
diff --git a/pkg/linux_amd64_race/debug/macho.a b/pkg/linux_amd64_race/debug/macho.a
index b383c40..17e30f3 100644
--- a/pkg/linux_amd64_race/debug/macho.a
+++ b/pkg/linux_amd64_race/debug/macho.a
Binary files differ
diff --git a/pkg/linux_amd64_race/debug/pe.a b/pkg/linux_amd64_race/debug/pe.a
index 81eaf84..fa54036 100644
--- a/pkg/linux_amd64_race/debug/pe.a
+++ b/pkg/linux_amd64_race/debug/pe.a
Binary files differ
diff --git a/pkg/linux_amd64_race/debug/plan9obj.a b/pkg/linux_amd64_race/debug/plan9obj.a
index b10ac5e..a698e0f 100644
--- a/pkg/linux_amd64_race/debug/plan9obj.a
+++ b/pkg/linux_amd64_race/debug/plan9obj.a
Binary files differ
diff --git a/pkg/linux_amd64_race/encoding.a b/pkg/linux_amd64_race/encoding.a
index 6b1682b..edd30c5 100644
--- a/pkg/linux_amd64_race/encoding.a
+++ b/pkg/linux_amd64_race/encoding.a
Binary files differ
diff --git a/pkg/linux_amd64_race/encoding/ascii85.a b/pkg/linux_amd64_race/encoding/ascii85.a
index 7600dd8..b2b16b0 100644
--- a/pkg/linux_amd64_race/encoding/ascii85.a
+++ b/pkg/linux_amd64_race/encoding/ascii85.a
Binary files differ
diff --git a/pkg/linux_amd64_race/encoding/asn1.a b/pkg/linux_amd64_race/encoding/asn1.a
index cebe7f0..895e8ff 100644
--- a/pkg/linux_amd64_race/encoding/asn1.a
+++ b/pkg/linux_amd64_race/encoding/asn1.a
Binary files differ
diff --git a/pkg/linux_amd64_race/encoding/base32.a b/pkg/linux_amd64_race/encoding/base32.a
index ce7c4ef..f3bea65 100644
--- a/pkg/linux_amd64_race/encoding/base32.a
+++ b/pkg/linux_amd64_race/encoding/base32.a
Binary files differ
diff --git a/pkg/linux_amd64_race/encoding/base64.a b/pkg/linux_amd64_race/encoding/base64.a
index 3123b32..c8c7c54 100644
--- a/pkg/linux_amd64_race/encoding/base64.a
+++ b/pkg/linux_amd64_race/encoding/base64.a
Binary files differ
diff --git a/pkg/linux_amd64_race/encoding/binary.a b/pkg/linux_amd64_race/encoding/binary.a
index be92178..75af392 100644
--- a/pkg/linux_amd64_race/encoding/binary.a
+++ b/pkg/linux_amd64_race/encoding/binary.a
Binary files differ
diff --git a/pkg/linux_amd64_race/encoding/csv.a b/pkg/linux_amd64_race/encoding/csv.a
index 4a1321b..a9060e7 100644
--- a/pkg/linux_amd64_race/encoding/csv.a
+++ b/pkg/linux_amd64_race/encoding/csv.a
Binary files differ
diff --git a/pkg/linux_amd64_race/encoding/gob.a b/pkg/linux_amd64_race/encoding/gob.a
index 596ea8b..e4a4ec2 100644
--- a/pkg/linux_amd64_race/encoding/gob.a
+++ b/pkg/linux_amd64_race/encoding/gob.a
Binary files differ
diff --git a/pkg/linux_amd64_race/encoding/hex.a b/pkg/linux_amd64_race/encoding/hex.a
index 568839f..4f1058d 100644
--- a/pkg/linux_amd64_race/encoding/hex.a
+++ b/pkg/linux_amd64_race/encoding/hex.a
Binary files differ
diff --git a/pkg/linux_amd64_race/encoding/json.a b/pkg/linux_amd64_race/encoding/json.a
index be2a450..93f29d0 100644
--- a/pkg/linux_amd64_race/encoding/json.a
+++ b/pkg/linux_amd64_race/encoding/json.a
Binary files differ
diff --git a/pkg/linux_amd64_race/encoding/pem.a b/pkg/linux_amd64_race/encoding/pem.a
index be82583..aa72d0c 100644
--- a/pkg/linux_amd64_race/encoding/pem.a
+++ b/pkg/linux_amd64_race/encoding/pem.a
Binary files differ
diff --git a/pkg/linux_amd64_race/encoding/xml.a b/pkg/linux_amd64_race/encoding/xml.a
index 6a2b8bc..93c7dfb 100644
--- a/pkg/linux_amd64_race/encoding/xml.a
+++ b/pkg/linux_amd64_race/encoding/xml.a
Binary files differ
diff --git a/pkg/linux_amd64_race/errors.a b/pkg/linux_amd64_race/errors.a
index 378f853..c481821 100644
--- a/pkg/linux_amd64_race/errors.a
+++ b/pkg/linux_amd64_race/errors.a
Binary files differ
diff --git a/pkg/linux_amd64_race/expvar.a b/pkg/linux_amd64_race/expvar.a
index 1aac7d0..899cce0 100644
--- a/pkg/linux_amd64_race/expvar.a
+++ b/pkg/linux_amd64_race/expvar.a
Binary files differ
diff --git a/pkg/linux_amd64_race/flag.a b/pkg/linux_amd64_race/flag.a
index 54a6b31..003fa79 100644
--- a/pkg/linux_amd64_race/flag.a
+++ b/pkg/linux_amd64_race/flag.a
Binary files differ
diff --git a/pkg/linux_amd64_race/fmt.a b/pkg/linux_amd64_race/fmt.a
index 494a85d..0ebc0c0 100644
--- a/pkg/linux_amd64_race/fmt.a
+++ b/pkg/linux_amd64_race/fmt.a
Binary files differ
diff --git a/pkg/linux_amd64_race/go/ast.a b/pkg/linux_amd64_race/go/ast.a
index ea21034..645502f 100644
--- a/pkg/linux_amd64_race/go/ast.a
+++ b/pkg/linux_amd64_race/go/ast.a
Binary files differ
diff --git a/pkg/linux_amd64_race/go/build.a b/pkg/linux_amd64_race/go/build.a
index 9754eb7..dcdabdf 100644
--- a/pkg/linux_amd64_race/go/build.a
+++ b/pkg/linux_amd64_race/go/build.a
Binary files differ
diff --git a/pkg/linux_amd64_race/go/constant.a b/pkg/linux_amd64_race/go/constant.a
index 06d3e41..bd91714 100644
--- a/pkg/linux_amd64_race/go/constant.a
+++ b/pkg/linux_amd64_race/go/constant.a
Binary files differ
diff --git a/pkg/linux_amd64_race/go/doc.a b/pkg/linux_amd64_race/go/doc.a
index b210799..63eac56 100644
--- a/pkg/linux_amd64_race/go/doc.a
+++ b/pkg/linux_amd64_race/go/doc.a
Binary files differ
diff --git a/pkg/linux_amd64_race/go/format.a b/pkg/linux_amd64_race/go/format.a
index 4cd334c..ab4d69c 100644
--- a/pkg/linux_amd64_race/go/format.a
+++ b/pkg/linux_amd64_race/go/format.a
Binary files differ
diff --git a/pkg/linux_amd64_race/go/importer.a b/pkg/linux_amd64_race/go/importer.a
index 3ec8f55..e3cbb79 100644
--- a/pkg/linux_amd64_race/go/importer.a
+++ b/pkg/linux_amd64_race/go/importer.a
Binary files differ
diff --git a/pkg/linux_amd64_race/go/internal/gccgoimporter.a b/pkg/linux_amd64_race/go/internal/gccgoimporter.a
index 18aeaf8..5c109da 100644
--- a/pkg/linux_amd64_race/go/internal/gccgoimporter.a
+++ b/pkg/linux_amd64_race/go/internal/gccgoimporter.a
Binary files differ
diff --git a/pkg/linux_amd64_race/go/internal/gcimporter.a b/pkg/linux_amd64_race/go/internal/gcimporter.a
index fe954ab..4762f6f 100644
--- a/pkg/linux_amd64_race/go/internal/gcimporter.a
+++ b/pkg/linux_amd64_race/go/internal/gcimporter.a
Binary files differ
diff --git a/pkg/linux_amd64_race/go/parser.a b/pkg/linux_amd64_race/go/parser.a
index a591da7..c48d240 100644
--- a/pkg/linux_amd64_race/go/parser.a
+++ b/pkg/linux_amd64_race/go/parser.a
Binary files differ
diff --git a/pkg/linux_amd64_race/go/printer.a b/pkg/linux_amd64_race/go/printer.a
index 428c0dc..bcc8323 100644
--- a/pkg/linux_amd64_race/go/printer.a
+++ b/pkg/linux_amd64_race/go/printer.a
Binary files differ
diff --git a/pkg/linux_amd64_race/go/scanner.a b/pkg/linux_amd64_race/go/scanner.a
index 9580c57..a66a535 100644
--- a/pkg/linux_amd64_race/go/scanner.a
+++ b/pkg/linux_amd64_race/go/scanner.a
Binary files differ
diff --git a/pkg/linux_amd64_race/go/token.a b/pkg/linux_amd64_race/go/token.a
index 50db496..0794f0b 100644
--- a/pkg/linux_amd64_race/go/token.a
+++ b/pkg/linux_amd64_race/go/token.a
Binary files differ
diff --git a/pkg/linux_amd64_race/go/types.a b/pkg/linux_amd64_race/go/types.a
index a676824..17b8230 100644
--- a/pkg/linux_amd64_race/go/types.a
+++ b/pkg/linux_amd64_race/go/types.a
Binary files differ
diff --git a/pkg/linux_amd64_race/hash.a b/pkg/linux_amd64_race/hash.a
index 3f1f230..fff4d17 100644
--- a/pkg/linux_amd64_race/hash.a
+++ b/pkg/linux_amd64_race/hash.a
Binary files differ
diff --git a/pkg/linux_amd64_race/hash/adler32.a b/pkg/linux_amd64_race/hash/adler32.a
index d3844f3..1ede9ce 100644
--- a/pkg/linux_amd64_race/hash/adler32.a
+++ b/pkg/linux_amd64_race/hash/adler32.a
Binary files differ
diff --git a/pkg/linux_amd64_race/hash/crc32.a b/pkg/linux_amd64_race/hash/crc32.a
index 070ee75..1cef26e 100644
--- a/pkg/linux_amd64_race/hash/crc32.a
+++ b/pkg/linux_amd64_race/hash/crc32.a
Binary files differ
diff --git a/pkg/linux_amd64_race/hash/crc64.a b/pkg/linux_amd64_race/hash/crc64.a
index 16ec593..300e13b 100644
--- a/pkg/linux_amd64_race/hash/crc64.a
+++ b/pkg/linux_amd64_race/hash/crc64.a
Binary files differ
diff --git a/pkg/linux_amd64_race/hash/fnv.a b/pkg/linux_amd64_race/hash/fnv.a
index e25a6d0..3f01103 100644
--- a/pkg/linux_amd64_race/hash/fnv.a
+++ b/pkg/linux_amd64_race/hash/fnv.a
Binary files differ
diff --git a/pkg/linux_amd64_race/html.a b/pkg/linux_amd64_race/html.a
index 98bfa76..1076f3d 100644
--- a/pkg/linux_amd64_race/html.a
+++ b/pkg/linux_amd64_race/html.a
Binary files differ
diff --git a/pkg/linux_amd64_race/html/template.a b/pkg/linux_amd64_race/html/template.a
index e224f48..506558c 100644
--- a/pkg/linux_amd64_race/html/template.a
+++ b/pkg/linux_amd64_race/html/template.a
Binary files differ
diff --git a/pkg/linux_amd64_race/image.a b/pkg/linux_amd64_race/image.a
index 4eda146..936f770 100644
--- a/pkg/linux_amd64_race/image.a
+++ b/pkg/linux_amd64_race/image.a
Binary files differ
diff --git a/pkg/linux_amd64_race/image/color.a b/pkg/linux_amd64_race/image/color.a
index 4282f11..cb46006 100644
--- a/pkg/linux_amd64_race/image/color.a
+++ b/pkg/linux_amd64_race/image/color.a
Binary files differ
diff --git a/pkg/linux_amd64_race/image/color/palette.a b/pkg/linux_amd64_race/image/color/palette.a
index 47c9c7b..6a50f87 100644
--- a/pkg/linux_amd64_race/image/color/palette.a
+++ b/pkg/linux_amd64_race/image/color/palette.a
Binary files differ
diff --git a/pkg/linux_amd64_race/image/draw.a b/pkg/linux_amd64_race/image/draw.a
index d3b7cf6..d74fc16 100644
--- a/pkg/linux_amd64_race/image/draw.a
+++ b/pkg/linux_amd64_race/image/draw.a
Binary files differ
diff --git a/pkg/linux_amd64_race/image/gif.a b/pkg/linux_amd64_race/image/gif.a
index 1748b6a..38ae5de 100644
--- a/pkg/linux_amd64_race/image/gif.a
+++ b/pkg/linux_amd64_race/image/gif.a
Binary files differ
diff --git a/pkg/linux_amd64_race/image/internal/imageutil.a b/pkg/linux_amd64_race/image/internal/imageutil.a
index c8dbbb3..7df0f42 100644
--- a/pkg/linux_amd64_race/image/internal/imageutil.a
+++ b/pkg/linux_amd64_race/image/internal/imageutil.a
Binary files differ
diff --git a/pkg/linux_amd64_race/image/jpeg.a b/pkg/linux_amd64_race/image/jpeg.a
index c2278a9..e1680c0 100644
--- a/pkg/linux_amd64_race/image/jpeg.a
+++ b/pkg/linux_amd64_race/image/jpeg.a
Binary files differ
diff --git a/pkg/linux_amd64_race/image/png.a b/pkg/linux_amd64_race/image/png.a
index 5750ed3..64208d7 100644
--- a/pkg/linux_amd64_race/image/png.a
+++ b/pkg/linux_amd64_race/image/png.a
Binary files differ
diff --git a/pkg/linux_amd64_race/index/suffixarray.a b/pkg/linux_amd64_race/index/suffixarray.a
index d466d1c..c8aadea 100644
--- a/pkg/linux_amd64_race/index/suffixarray.a
+++ b/pkg/linux_amd64_race/index/suffixarray.a
Binary files differ
diff --git a/pkg/linux_amd64_race/internal/format.a b/pkg/linux_amd64_race/internal/format.a
index f8b80e9..bfd1168 100644
--- a/pkg/linux_amd64_race/internal/format.a
+++ b/pkg/linux_amd64_race/internal/format.a
Binary files differ
diff --git a/pkg/linux_amd64_race/internal/singleflight.a b/pkg/linux_amd64_race/internal/singleflight.a
index 52646fb..2a2f444 100644
--- a/pkg/linux_amd64_race/internal/singleflight.a
+++ b/pkg/linux_amd64_race/internal/singleflight.a
Binary files differ
diff --git a/pkg/linux_amd64_race/internal/syscall/unix.a b/pkg/linux_amd64_race/internal/syscall/unix.a
index c0e2806..b6edc34 100644
--- a/pkg/linux_amd64_race/internal/syscall/unix.a
+++ b/pkg/linux_amd64_race/internal/syscall/unix.a
Binary files differ
diff --git a/pkg/linux_amd64_race/internal/testenv.a b/pkg/linux_amd64_race/internal/testenv.a
index 8976302..812199e 100644
--- a/pkg/linux_amd64_race/internal/testenv.a
+++ b/pkg/linux_amd64_race/internal/testenv.a
Binary files differ
diff --git a/pkg/linux_amd64_race/internal/trace.a b/pkg/linux_amd64_race/internal/trace.a
index d570876..f0134c2 100644
--- a/pkg/linux_amd64_race/internal/trace.a
+++ b/pkg/linux_amd64_race/internal/trace.a
Binary files differ
diff --git a/pkg/linux_amd64_race/io.a b/pkg/linux_amd64_race/io.a
index 7f5660b..089fa70 100644
--- a/pkg/linux_amd64_race/io.a
+++ b/pkg/linux_amd64_race/io.a
Binary files differ
diff --git a/pkg/linux_amd64_race/io/ioutil.a b/pkg/linux_amd64_race/io/ioutil.a
index 9743cc5..9aafa38 100644
--- a/pkg/linux_amd64_race/io/ioutil.a
+++ b/pkg/linux_amd64_race/io/ioutil.a
Binary files differ
diff --git a/pkg/linux_amd64_race/log.a b/pkg/linux_amd64_race/log.a
index 19da2a4..e3307a8 100644
--- a/pkg/linux_amd64_race/log.a
+++ b/pkg/linux_amd64_race/log.a
Binary files differ
diff --git a/pkg/linux_amd64_race/log/syslog.a b/pkg/linux_amd64_race/log/syslog.a
index bb4960f..152eaaa 100644
--- a/pkg/linux_amd64_race/log/syslog.a
+++ b/pkg/linux_amd64_race/log/syslog.a
Binary files differ
diff --git a/pkg/linux_amd64_race/math.a b/pkg/linux_amd64_race/math.a
index bffe1ee..02466f7 100644
--- a/pkg/linux_amd64_race/math.a
+++ b/pkg/linux_amd64_race/math.a
Binary files differ
diff --git a/pkg/linux_amd64_race/math/big.a b/pkg/linux_amd64_race/math/big.a
index f910d1e..c7dd4b7 100644
--- a/pkg/linux_amd64_race/math/big.a
+++ b/pkg/linux_amd64_race/math/big.a
Binary files differ
diff --git a/pkg/linux_amd64_race/math/cmplx.a b/pkg/linux_amd64_race/math/cmplx.a
index dfcecde..1ec307a 100644
--- a/pkg/linux_amd64_race/math/cmplx.a
+++ b/pkg/linux_amd64_race/math/cmplx.a
Binary files differ
diff --git a/pkg/linux_amd64_race/math/rand.a b/pkg/linux_amd64_race/math/rand.a
index 68ae788..c675e57 100644
--- a/pkg/linux_amd64_race/math/rand.a
+++ b/pkg/linux_amd64_race/math/rand.a
Binary files differ
diff --git a/pkg/linux_amd64_race/mime.a b/pkg/linux_amd64_race/mime.a
index 414238f..4d25816 100644
--- a/pkg/linux_amd64_race/mime.a
+++ b/pkg/linux_amd64_race/mime.a
Binary files differ
diff --git a/pkg/linux_amd64_race/mime/multipart.a b/pkg/linux_amd64_race/mime/multipart.a
index 1a5d457..d7fbdff 100644
--- a/pkg/linux_amd64_race/mime/multipart.a
+++ b/pkg/linux_amd64_race/mime/multipart.a
Binary files differ
diff --git a/pkg/linux_amd64_race/mime/quotedprintable.a b/pkg/linux_amd64_race/mime/quotedprintable.a
index 60b47b1..79699e6 100644
--- a/pkg/linux_amd64_race/mime/quotedprintable.a
+++ b/pkg/linux_amd64_race/mime/quotedprintable.a
Binary files differ
diff --git a/pkg/linux_amd64_race/net.a b/pkg/linux_amd64_race/net.a
index 892b9df..5dbdeb6 100644
--- a/pkg/linux_amd64_race/net.a
+++ b/pkg/linux_amd64_race/net.a
Binary files differ
diff --git a/pkg/linux_amd64_race/net/http.a b/pkg/linux_amd64_race/net/http.a
index 545a652..fa1fabc 100644
--- a/pkg/linux_amd64_race/net/http.a
+++ b/pkg/linux_amd64_race/net/http.a
Binary files differ
diff --git a/pkg/linux_amd64_race/net/http/cgi.a b/pkg/linux_amd64_race/net/http/cgi.a
index 822b65e..c39cb43 100644
--- a/pkg/linux_amd64_race/net/http/cgi.a
+++ b/pkg/linux_amd64_race/net/http/cgi.a
Binary files differ
diff --git a/pkg/linux_amd64_race/net/http/cookiejar.a b/pkg/linux_amd64_race/net/http/cookiejar.a
index 0c5286c..757db3a 100644
--- a/pkg/linux_amd64_race/net/http/cookiejar.a
+++ b/pkg/linux_amd64_race/net/http/cookiejar.a
Binary files differ
diff --git a/pkg/linux_amd64_race/net/http/fcgi.a b/pkg/linux_amd64_race/net/http/fcgi.a
index d969471..b1f6b79 100644
--- a/pkg/linux_amd64_race/net/http/fcgi.a
+++ b/pkg/linux_amd64_race/net/http/fcgi.a
Binary files differ
diff --git a/pkg/linux_amd64_race/net/http/httptest.a b/pkg/linux_amd64_race/net/http/httptest.a
index 6ae3a00..e5b43d8 100644
--- a/pkg/linux_amd64_race/net/http/httptest.a
+++ b/pkg/linux_amd64_race/net/http/httptest.a
Binary files differ
diff --git a/pkg/linux_amd64_race/net/http/httputil.a b/pkg/linux_amd64_race/net/http/httputil.a
index 56db737..a969647 100644
--- a/pkg/linux_amd64_race/net/http/httputil.a
+++ b/pkg/linux_amd64_race/net/http/httputil.a
Binary files differ
diff --git a/pkg/linux_amd64_race/net/http/internal.a b/pkg/linux_amd64_race/net/http/internal.a
index 73634ce..28bd33b 100644
--- a/pkg/linux_amd64_race/net/http/internal.a
+++ b/pkg/linux_amd64_race/net/http/internal.a
Binary files differ
diff --git a/pkg/linux_amd64_race/net/http/pprof.a b/pkg/linux_amd64_race/net/http/pprof.a
index 6b0442c..961aba7 100644
--- a/pkg/linux_amd64_race/net/http/pprof.a
+++ b/pkg/linux_amd64_race/net/http/pprof.a
Binary files differ
diff --git a/pkg/linux_amd64_race/net/internal/socktest.a b/pkg/linux_amd64_race/net/internal/socktest.a
index 7cfd275..c439364 100644
--- a/pkg/linux_amd64_race/net/internal/socktest.a
+++ b/pkg/linux_amd64_race/net/internal/socktest.a
Binary files differ
diff --git a/pkg/linux_amd64_race/net/mail.a b/pkg/linux_amd64_race/net/mail.a
index 950e9d7..18dd232 100644
--- a/pkg/linux_amd64_race/net/mail.a
+++ b/pkg/linux_amd64_race/net/mail.a
Binary files differ
diff --git a/pkg/linux_amd64_race/net/rpc.a b/pkg/linux_amd64_race/net/rpc.a
index 7ca84c1..708ddec 100644
--- a/pkg/linux_amd64_race/net/rpc.a
+++ b/pkg/linux_amd64_race/net/rpc.a
Binary files differ
diff --git a/pkg/linux_amd64_race/net/rpc/jsonrpc.a b/pkg/linux_amd64_race/net/rpc/jsonrpc.a
index 76ce864..f6f131c 100644
--- a/pkg/linux_amd64_race/net/rpc/jsonrpc.a
+++ b/pkg/linux_amd64_race/net/rpc/jsonrpc.a
Binary files differ
diff --git a/pkg/linux_amd64_race/net/smtp.a b/pkg/linux_amd64_race/net/smtp.a
index a194823..05fc87d 100644
--- a/pkg/linux_amd64_race/net/smtp.a
+++ b/pkg/linux_amd64_race/net/smtp.a
Binary files differ
diff --git a/pkg/linux_amd64_race/net/textproto.a b/pkg/linux_amd64_race/net/textproto.a
index 0a6ef24..306bd2a 100644
--- a/pkg/linux_amd64_race/net/textproto.a
+++ b/pkg/linux_amd64_race/net/textproto.a
Binary files differ
diff --git a/pkg/linux_amd64_race/net/url.a b/pkg/linux_amd64_race/net/url.a
index 0393502..6056843 100644
--- a/pkg/linux_amd64_race/net/url.a
+++ b/pkg/linux_amd64_race/net/url.a
Binary files differ
diff --git a/pkg/linux_amd64_race/os.a b/pkg/linux_amd64_race/os.a
index 6aacd8a..7c73f5f 100644
--- a/pkg/linux_amd64_race/os.a
+++ b/pkg/linux_amd64_race/os.a
Binary files differ
diff --git a/pkg/linux_amd64_race/os/exec.a b/pkg/linux_amd64_race/os/exec.a
index e022feb..a40adca 100644
--- a/pkg/linux_amd64_race/os/exec.a
+++ b/pkg/linux_amd64_race/os/exec.a
Binary files differ
diff --git a/pkg/linux_amd64_race/os/signal.a b/pkg/linux_amd64_race/os/signal.a
index 629bc88..074b6ab 100644
--- a/pkg/linux_amd64_race/os/signal.a
+++ b/pkg/linux_amd64_race/os/signal.a
Binary files differ
diff --git a/pkg/linux_amd64_race/os/user.a b/pkg/linux_amd64_race/os/user.a
index 4bdb7b5..d95932d 100644
--- a/pkg/linux_amd64_race/os/user.a
+++ b/pkg/linux_amd64_race/os/user.a
Binary files differ
diff --git a/pkg/linux_amd64_race/path.a b/pkg/linux_amd64_race/path.a
index 85cae2c..866eb4e 100644
--- a/pkg/linux_amd64_race/path.a
+++ b/pkg/linux_amd64_race/path.a
Binary files differ
diff --git a/pkg/linux_amd64_race/path/filepath.a b/pkg/linux_amd64_race/path/filepath.a
index 6e5198a..0b32165 100644
--- a/pkg/linux_amd64_race/path/filepath.a
+++ b/pkg/linux_amd64_race/path/filepath.a
Binary files differ
diff --git a/pkg/linux_amd64_race/reflect.a b/pkg/linux_amd64_race/reflect.a
index 37d93ca..13b51d5 100644
--- a/pkg/linux_amd64_race/reflect.a
+++ b/pkg/linux_amd64_race/reflect.a
Binary files differ
diff --git a/pkg/linux_amd64_race/regexp.a b/pkg/linux_amd64_race/regexp.a
index 00a4b42..8a41ca6 100644
--- a/pkg/linux_amd64_race/regexp.a
+++ b/pkg/linux_amd64_race/regexp.a
Binary files differ
diff --git a/pkg/linux_amd64_race/regexp/syntax.a b/pkg/linux_amd64_race/regexp/syntax.a
index 683d3f4..9b3cdc1 100644
--- a/pkg/linux_amd64_race/regexp/syntax.a
+++ b/pkg/linux_amd64_race/regexp/syntax.a
Binary files differ
diff --git a/pkg/linux_amd64_race/runtime.a b/pkg/linux_amd64_race/runtime.a
index acdb5eb..8afb334 100644
--- a/pkg/linux_amd64_race/runtime.a
+++ b/pkg/linux_amd64_race/runtime.a
Binary files differ
diff --git a/pkg/linux_amd64_race/runtime/cgo.a b/pkg/linux_amd64_race/runtime/cgo.a
index d794465..f319a50 100644
--- a/pkg/linux_amd64_race/runtime/cgo.a
+++ b/pkg/linux_amd64_race/runtime/cgo.a
Binary files differ
diff --git a/pkg/linux_amd64_race/runtime/debug.a b/pkg/linux_amd64_race/runtime/debug.a
index 1c4a930..81acd66 100644
--- a/pkg/linux_amd64_race/runtime/debug.a
+++ b/pkg/linux_amd64_race/runtime/debug.a
Binary files differ
diff --git a/pkg/linux_amd64_race/runtime/pprof.a b/pkg/linux_amd64_race/runtime/pprof.a
index 3cf1bd9..94d0038 100644
--- a/pkg/linux_amd64_race/runtime/pprof.a
+++ b/pkg/linux_amd64_race/runtime/pprof.a
Binary files differ
diff --git a/pkg/linux_amd64_race/runtime/race.a b/pkg/linux_amd64_race/runtime/race.a
index 686b6e8..5bc5d49 100644
--- a/pkg/linux_amd64_race/runtime/race.a
+++ b/pkg/linux_amd64_race/runtime/race.a
Binary files differ
diff --git a/pkg/linux_amd64_race/runtime/trace.a b/pkg/linux_amd64_race/runtime/trace.a
index bcfc296..8df8ebe 100644
--- a/pkg/linux_amd64_race/runtime/trace.a
+++ b/pkg/linux_amd64_race/runtime/trace.a
Binary files differ
diff --git a/pkg/linux_amd64_race/sort.a b/pkg/linux_amd64_race/sort.a
index 9bff9e6..14c958a 100644
--- a/pkg/linux_amd64_race/sort.a
+++ b/pkg/linux_amd64_race/sort.a
Binary files differ
diff --git a/pkg/linux_amd64_race/strconv.a b/pkg/linux_amd64_race/strconv.a
index eadba0b..6603914 100644
--- a/pkg/linux_amd64_race/strconv.a
+++ b/pkg/linux_amd64_race/strconv.a
Binary files differ
diff --git a/pkg/linux_amd64_race/strings.a b/pkg/linux_amd64_race/strings.a
index 4e316fb..03eddcf 100644
--- a/pkg/linux_amd64_race/strings.a
+++ b/pkg/linux_amd64_race/strings.a
Binary files differ
diff --git a/pkg/linux_amd64_race/sync.a b/pkg/linux_amd64_race/sync.a
index 174a55d..650fa4c 100644
--- a/pkg/linux_amd64_race/sync.a
+++ b/pkg/linux_amd64_race/sync.a
Binary files differ
diff --git a/pkg/linux_amd64_race/sync/atomic.a b/pkg/linux_amd64_race/sync/atomic.a
index 2929927..2078ab5 100644
--- a/pkg/linux_amd64_race/sync/atomic.a
+++ b/pkg/linux_amd64_race/sync/atomic.a
Binary files differ
diff --git a/pkg/linux_amd64_race/syscall.a b/pkg/linux_amd64_race/syscall.a
index fb142df..cc3779e 100644
--- a/pkg/linux_amd64_race/syscall.a
+++ b/pkg/linux_amd64_race/syscall.a
Binary files differ
diff --git a/pkg/linux_amd64_race/testing.a b/pkg/linux_amd64_race/testing.a
index 7e9758f..7253c61 100644
--- a/pkg/linux_amd64_race/testing.a
+++ b/pkg/linux_amd64_race/testing.a
Binary files differ
diff --git a/pkg/linux_amd64_race/testing/iotest.a b/pkg/linux_amd64_race/testing/iotest.a
index 37d7d5f..e2ffae0 100644
--- a/pkg/linux_amd64_race/testing/iotest.a
+++ b/pkg/linux_amd64_race/testing/iotest.a
Binary files differ
diff --git a/pkg/linux_amd64_race/testing/quick.a b/pkg/linux_amd64_race/testing/quick.a
index 9eaab9c..c40660c 100644
--- a/pkg/linux_amd64_race/testing/quick.a
+++ b/pkg/linux_amd64_race/testing/quick.a
Binary files differ
diff --git a/pkg/linux_amd64_race/text/scanner.a b/pkg/linux_amd64_race/text/scanner.a
index d09ce09..135a73e 100644
--- a/pkg/linux_amd64_race/text/scanner.a
+++ b/pkg/linux_amd64_race/text/scanner.a
Binary files differ
diff --git a/pkg/linux_amd64_race/text/tabwriter.a b/pkg/linux_amd64_race/text/tabwriter.a
index 93de8ac..65c8186 100644
--- a/pkg/linux_amd64_race/text/tabwriter.a
+++ b/pkg/linux_amd64_race/text/tabwriter.a
Binary files differ
diff --git a/pkg/linux_amd64_race/text/template.a b/pkg/linux_amd64_race/text/template.a
index c39eb79..3e17723 100644
--- a/pkg/linux_amd64_race/text/template.a
+++ b/pkg/linux_amd64_race/text/template.a
Binary files differ
diff --git a/pkg/linux_amd64_race/text/template/parse.a b/pkg/linux_amd64_race/text/template/parse.a
index e590471..05d6639 100644
--- a/pkg/linux_amd64_race/text/template/parse.a
+++ b/pkg/linux_amd64_race/text/template/parse.a
Binary files differ
diff --git a/pkg/linux_amd64_race/time.a b/pkg/linux_amd64_race/time.a
index 266e8cb..ee4572a 100644
--- a/pkg/linux_amd64_race/time.a
+++ b/pkg/linux_amd64_race/time.a
Binary files differ
diff --git a/pkg/linux_amd64_race/unicode.a b/pkg/linux_amd64_race/unicode.a
index b49c844..62e3613 100644
--- a/pkg/linux_amd64_race/unicode.a
+++ b/pkg/linux_amd64_race/unicode.a
Binary files differ
diff --git a/pkg/linux_amd64_race/unicode/utf16.a b/pkg/linux_amd64_race/unicode/utf16.a
index c25a5c2..e27b5cc 100644
--- a/pkg/linux_amd64_race/unicode/utf16.a
+++ b/pkg/linux_amd64_race/unicode/utf16.a
Binary files differ
diff --git a/pkg/linux_amd64_race/unicode/utf8.a b/pkg/linux_amd64_race/unicode/utf8.a
index 579b039..afefa6c 100644
--- a/pkg/linux_amd64_race/unicode/utf8.a
+++ b/pkg/linux_amd64_race/unicode/utf8.a
Binary files differ
diff --git a/pkg/tool/linux_amd64/addr2line b/pkg/tool/linux_amd64/addr2line
index d9cc87d..8fc5ddd 100755
--- a/pkg/tool/linux_amd64/addr2line
+++ b/pkg/tool/linux_amd64/addr2line
Binary files differ
diff --git a/pkg/tool/linux_amd64/api b/pkg/tool/linux_amd64/api
index 8e7767f..e515873 100755
--- a/pkg/tool/linux_amd64/api
+++ b/pkg/tool/linux_amd64/api
Binary files differ
diff --git a/pkg/tool/linux_amd64/asm b/pkg/tool/linux_amd64/asm
index 400e16e..d76dc79 100755
--- a/pkg/tool/linux_amd64/asm
+++ b/pkg/tool/linux_amd64/asm
Binary files differ
diff --git a/pkg/tool/linux_amd64/cgo b/pkg/tool/linux_amd64/cgo
index 922ab71..30dcbb3 100755
--- a/pkg/tool/linux_amd64/cgo
+++ b/pkg/tool/linux_amd64/cgo
Binary files differ
diff --git a/pkg/tool/linux_amd64/compile b/pkg/tool/linux_amd64/compile
index c0619d1..53f72f9 100755
--- a/pkg/tool/linux_amd64/compile
+++ b/pkg/tool/linux_amd64/compile
Binary files differ
diff --git a/pkg/tool/linux_amd64/cover b/pkg/tool/linux_amd64/cover
index e793eb4..e0635f9 100755
--- a/pkg/tool/linux_amd64/cover
+++ b/pkg/tool/linux_amd64/cover
Binary files differ
diff --git a/pkg/tool/linux_amd64/dist b/pkg/tool/linux_amd64/dist
index 568b7b8..5945f1d 100755
--- a/pkg/tool/linux_amd64/dist
+++ b/pkg/tool/linux_amd64/dist
Binary files differ
diff --git a/pkg/tool/linux_amd64/doc b/pkg/tool/linux_amd64/doc
index e80b7ac..dadef0a 100755
--- a/pkg/tool/linux_amd64/doc
+++ b/pkg/tool/linux_amd64/doc
Binary files differ
diff --git a/pkg/tool/linux_amd64/fix b/pkg/tool/linux_amd64/fix
index b87e71b..21e26b0 100755
--- a/pkg/tool/linux_amd64/fix
+++ b/pkg/tool/linux_amd64/fix
Binary files differ
diff --git a/pkg/tool/linux_amd64/link b/pkg/tool/linux_amd64/link
index 0498c11..088bda0 100755
--- a/pkg/tool/linux_amd64/link
+++ b/pkg/tool/linux_amd64/link
Binary files differ
diff --git a/pkg/tool/linux_amd64/nm b/pkg/tool/linux_amd64/nm
index 8ef7be8..682594d 100755
--- a/pkg/tool/linux_amd64/nm
+++ b/pkg/tool/linux_amd64/nm
Binary files differ
diff --git a/pkg/tool/linux_amd64/objdump b/pkg/tool/linux_amd64/objdump
index c0df945..9c16a69 100755
--- a/pkg/tool/linux_amd64/objdump
+++ b/pkg/tool/linux_amd64/objdump
Binary files differ
diff --git a/pkg/tool/linux_amd64/pack b/pkg/tool/linux_amd64/pack
index 2918679..e2a22cf 100755
--- a/pkg/tool/linux_amd64/pack
+++ b/pkg/tool/linux_amd64/pack
Binary files differ
diff --git a/pkg/tool/linux_amd64/pprof b/pkg/tool/linux_amd64/pprof
index 605da85..c39b6df 100755
--- a/pkg/tool/linux_amd64/pprof
+++ b/pkg/tool/linux_amd64/pprof
Binary files differ
diff --git a/pkg/tool/linux_amd64/trace b/pkg/tool/linux_amd64/trace
index 7654c1e..b6d0b09 100755
--- a/pkg/tool/linux_amd64/trace
+++ b/pkg/tool/linux_amd64/trace
Binary files differ
diff --git a/pkg/tool/linux_amd64/vet b/pkg/tool/linux_amd64/vet
index c4f4f6c..e01cc24 100755
--- a/pkg/tool/linux_amd64/vet
+++ b/pkg/tool/linux_amd64/vet
Binary files differ
diff --git a/pkg/tool/linux_amd64/yacc b/pkg/tool/linux_amd64/yacc
index e9a94de..4ddeee3 100755
--- a/pkg/tool/linux_amd64/yacc
+++ b/pkg/tool/linux_amd64/yacc
Binary files differ
diff --git a/pkg/tool/windows_amd64/addr2line.exe b/pkg/tool/windows_amd64/addr2line.exe
deleted file mode 100755
index d3dfee0..0000000
--- a/pkg/tool/windows_amd64/addr2line.exe
+++ /dev/null
Binary files differ
diff --git a/pkg/tool/windows_amd64/api.exe b/pkg/tool/windows_amd64/api.exe
deleted file mode 100755
index c1ccfc6..0000000
--- a/pkg/tool/windows_amd64/api.exe
+++ /dev/null
Binary files differ
diff --git a/pkg/tool/windows_amd64/asm.exe b/pkg/tool/windows_amd64/asm.exe
deleted file mode 100755
index 55574e9..0000000
--- a/pkg/tool/windows_amd64/asm.exe
+++ /dev/null
Binary files differ
diff --git a/pkg/tool/windows_amd64/cgo.exe b/pkg/tool/windows_amd64/cgo.exe
deleted file mode 100755
index 98933d5..0000000
--- a/pkg/tool/windows_amd64/cgo.exe
+++ /dev/null
Binary files differ
diff --git a/pkg/tool/windows_amd64/compile.exe b/pkg/tool/windows_amd64/compile.exe
deleted file mode 100755
index 588f1d5..0000000
--- a/pkg/tool/windows_amd64/compile.exe
+++ /dev/null
Binary files differ
diff --git a/pkg/tool/windows_amd64/cover.exe b/pkg/tool/windows_amd64/cover.exe
deleted file mode 100755
index f5c03bf..0000000
--- a/pkg/tool/windows_amd64/cover.exe
+++ /dev/null
Binary files differ
diff --git a/pkg/tool/windows_amd64/dist.exe b/pkg/tool/windows_amd64/dist.exe
deleted file mode 100755
index 8b1912f..0000000
--- a/pkg/tool/windows_amd64/dist.exe
+++ /dev/null
Binary files differ
diff --git a/pkg/tool/windows_amd64/doc.exe b/pkg/tool/windows_amd64/doc.exe
deleted file mode 100755
index 1a141ae..0000000
--- a/pkg/tool/windows_amd64/doc.exe
+++ /dev/null
Binary files differ
diff --git a/pkg/tool/windows_amd64/fix.exe b/pkg/tool/windows_amd64/fix.exe
deleted file mode 100755
index 03bd3ef..0000000
--- a/pkg/tool/windows_amd64/fix.exe
+++ /dev/null
Binary files differ
diff --git a/pkg/tool/windows_amd64/link.exe b/pkg/tool/windows_amd64/link.exe
deleted file mode 100755
index e006fb5..0000000
--- a/pkg/tool/windows_amd64/link.exe
+++ /dev/null
Binary files differ
diff --git a/pkg/tool/windows_amd64/nm.exe b/pkg/tool/windows_amd64/nm.exe
deleted file mode 100755
index 7883432..0000000
--- a/pkg/tool/windows_amd64/nm.exe
+++ /dev/null
Binary files differ
diff --git a/pkg/tool/windows_amd64/objdump.exe b/pkg/tool/windows_amd64/objdump.exe
deleted file mode 100755
index 9c576f8..0000000
--- a/pkg/tool/windows_amd64/objdump.exe
+++ /dev/null
Binary files differ
diff --git a/pkg/tool/windows_amd64/pack.exe b/pkg/tool/windows_amd64/pack.exe
deleted file mode 100755
index 092f167..0000000
--- a/pkg/tool/windows_amd64/pack.exe
+++ /dev/null
Binary files differ
diff --git a/pkg/tool/windows_amd64/pprof.exe b/pkg/tool/windows_amd64/pprof.exe
deleted file mode 100755
index 2ae4c04..0000000
--- a/pkg/tool/windows_amd64/pprof.exe
+++ /dev/null
Binary files differ
diff --git a/pkg/tool/windows_amd64/trace.exe b/pkg/tool/windows_amd64/trace.exe
deleted file mode 100755
index 41c2b6b..0000000
--- a/pkg/tool/windows_amd64/trace.exe
+++ /dev/null
Binary files differ
diff --git a/pkg/tool/windows_amd64/vet.exe b/pkg/tool/windows_amd64/vet.exe
deleted file mode 100755
index 139ee6d..0000000
--- a/pkg/tool/windows_amd64/vet.exe
+++ /dev/null
Binary files differ
diff --git a/pkg/tool/windows_amd64/yacc.exe b/pkg/tool/windows_amd64/yacc.exe
deleted file mode 100755
index 88655ab..0000000
--- a/pkg/tool/windows_amd64/yacc.exe
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/archive/tar.a b/pkg/windows_amd64/archive/tar.a
deleted file mode 100644
index 8996d13..0000000
--- a/pkg/windows_amd64/archive/tar.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/archive/zip.a b/pkg/windows_amd64/archive/zip.a
deleted file mode 100644
index a04a87d..0000000
--- a/pkg/windows_amd64/archive/zip.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/bufio.a b/pkg/windows_amd64/bufio.a
deleted file mode 100644
index 80d33ec..0000000
--- a/pkg/windows_amd64/bufio.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/bytes.a b/pkg/windows_amd64/bytes.a
deleted file mode 100644
index 511fee8..0000000
--- a/pkg/windows_amd64/bytes.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/cmd/asm/internal/arch.a b/pkg/windows_amd64/cmd/asm/internal/arch.a
deleted file mode 100644
index 6d82fba..0000000
--- a/pkg/windows_amd64/cmd/asm/internal/arch.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/cmd/asm/internal/asm.a b/pkg/windows_amd64/cmd/asm/internal/asm.a
deleted file mode 100644
index 0cec943..0000000
--- a/pkg/windows_amd64/cmd/asm/internal/asm.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/cmd/asm/internal/flags.a b/pkg/windows_amd64/cmd/asm/internal/flags.a
deleted file mode 100644
index 4c8fd2b..0000000
--- a/pkg/windows_amd64/cmd/asm/internal/flags.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/cmd/asm/internal/lex.a b/pkg/windows_amd64/cmd/asm/internal/lex.a
deleted file mode 100644
index df909a4..0000000
--- a/pkg/windows_amd64/cmd/asm/internal/lex.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/cmd/compile/internal/amd64.a b/pkg/windows_amd64/cmd/compile/internal/amd64.a
deleted file mode 100644
index c1f0cd8..0000000
--- a/pkg/windows_amd64/cmd/compile/internal/amd64.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/cmd/compile/internal/arm.a b/pkg/windows_amd64/cmd/compile/internal/arm.a
deleted file mode 100644
index 8dc3c4f..0000000
--- a/pkg/windows_amd64/cmd/compile/internal/arm.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/cmd/compile/internal/arm64.a b/pkg/windows_amd64/cmd/compile/internal/arm64.a
deleted file mode 100644
index 078e216..0000000
--- a/pkg/windows_amd64/cmd/compile/internal/arm64.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/cmd/compile/internal/big.a b/pkg/windows_amd64/cmd/compile/internal/big.a
deleted file mode 100644
index 519cea5..0000000
--- a/pkg/windows_amd64/cmd/compile/internal/big.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/cmd/compile/internal/gc.a b/pkg/windows_amd64/cmd/compile/internal/gc.a
deleted file mode 100644
index 0a7bca9..0000000
--- a/pkg/windows_amd64/cmd/compile/internal/gc.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/cmd/compile/internal/ppc64.a b/pkg/windows_amd64/cmd/compile/internal/ppc64.a
deleted file mode 100644
index ca09fec..0000000
--- a/pkg/windows_amd64/cmd/compile/internal/ppc64.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/cmd/compile/internal/x86.a b/pkg/windows_amd64/cmd/compile/internal/x86.a
deleted file mode 100644
index dfdc421..0000000
--- a/pkg/windows_amd64/cmd/compile/internal/x86.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/cmd/internal/gcprog.a b/pkg/windows_amd64/cmd/internal/gcprog.a
deleted file mode 100644
index dfcb1fd..0000000
--- a/pkg/windows_amd64/cmd/internal/gcprog.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/cmd/internal/goobj.a b/pkg/windows_amd64/cmd/internal/goobj.a
deleted file mode 100644
index 83c4498..0000000
--- a/pkg/windows_amd64/cmd/internal/goobj.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/cmd/internal/obj.a b/pkg/windows_amd64/cmd/internal/obj.a
deleted file mode 100644
index aa377bf..0000000
--- a/pkg/windows_amd64/cmd/internal/obj.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/cmd/internal/obj/arm.a b/pkg/windows_amd64/cmd/internal/obj/arm.a
deleted file mode 100644
index 453d10f..0000000
--- a/pkg/windows_amd64/cmd/internal/obj/arm.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/cmd/internal/obj/arm64.a b/pkg/windows_amd64/cmd/internal/obj/arm64.a
deleted file mode 100644
index fe8c6c2..0000000
--- a/pkg/windows_amd64/cmd/internal/obj/arm64.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/cmd/internal/obj/ppc64.a b/pkg/windows_amd64/cmd/internal/obj/ppc64.a
deleted file mode 100644
index 636116b..0000000
--- a/pkg/windows_amd64/cmd/internal/obj/ppc64.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/cmd/internal/obj/x86.a b/pkg/windows_amd64/cmd/internal/obj/x86.a
deleted file mode 100644
index 756ed18..0000000
--- a/pkg/windows_amd64/cmd/internal/obj/x86.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/cmd/internal/objfile.a b/pkg/windows_amd64/cmd/internal/objfile.a
deleted file mode 100644
index 571ad5a..0000000
--- a/pkg/windows_amd64/cmd/internal/objfile.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/cmd/internal/rsc.io/arm/armasm.a b/pkg/windows_amd64/cmd/internal/rsc.io/arm/armasm.a
deleted file mode 100644
index 85dcde1..0000000
--- a/pkg/windows_amd64/cmd/internal/rsc.io/arm/armasm.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/cmd/internal/rsc.io/x86/x86asm.a b/pkg/windows_amd64/cmd/internal/rsc.io/x86/x86asm.a
deleted file mode 100644
index e7e9662..0000000
--- a/pkg/windows_amd64/cmd/internal/rsc.io/x86/x86asm.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/cmd/link/internal/amd64.a b/pkg/windows_amd64/cmd/link/internal/amd64.a
deleted file mode 100644
index 4e6d6a2..0000000
--- a/pkg/windows_amd64/cmd/link/internal/amd64.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/cmd/link/internal/arm.a b/pkg/windows_amd64/cmd/link/internal/arm.a
deleted file mode 100644
index c0a33cf..0000000
--- a/pkg/windows_amd64/cmd/link/internal/arm.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/cmd/link/internal/arm64.a b/pkg/windows_amd64/cmd/link/internal/arm64.a
deleted file mode 100644
index 9a3e7a0..0000000
--- a/pkg/windows_amd64/cmd/link/internal/arm64.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/cmd/link/internal/ld.a b/pkg/windows_amd64/cmd/link/internal/ld.a
deleted file mode 100644
index eb57ace..0000000
--- a/pkg/windows_amd64/cmd/link/internal/ld.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/cmd/link/internal/ppc64.a b/pkg/windows_amd64/cmd/link/internal/ppc64.a
deleted file mode 100644
index 7fa6f4d..0000000
--- a/pkg/windows_amd64/cmd/link/internal/ppc64.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/cmd/link/internal/x86.a b/pkg/windows_amd64/cmd/link/internal/x86.a
deleted file mode 100644
index 466d029..0000000
--- a/pkg/windows_amd64/cmd/link/internal/x86.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/cmd/pprof/internal/commands.a b/pkg/windows_amd64/cmd/pprof/internal/commands.a
deleted file mode 100644
index 3e73254..0000000
--- a/pkg/windows_amd64/cmd/pprof/internal/commands.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/cmd/pprof/internal/driver.a b/pkg/windows_amd64/cmd/pprof/internal/driver.a
deleted file mode 100644
index ec7c88d..0000000
--- a/pkg/windows_amd64/cmd/pprof/internal/driver.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/cmd/pprof/internal/fetch.a b/pkg/windows_amd64/cmd/pprof/internal/fetch.a
deleted file mode 100644
index 8e587b0..0000000
--- a/pkg/windows_amd64/cmd/pprof/internal/fetch.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/cmd/pprof/internal/plugin.a b/pkg/windows_amd64/cmd/pprof/internal/plugin.a
deleted file mode 100644
index c06a333..0000000
--- a/pkg/windows_amd64/cmd/pprof/internal/plugin.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/cmd/pprof/internal/profile.a b/pkg/windows_amd64/cmd/pprof/internal/profile.a
deleted file mode 100644
index f43a18d..0000000
--- a/pkg/windows_amd64/cmd/pprof/internal/profile.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/cmd/pprof/internal/report.a b/pkg/windows_amd64/cmd/pprof/internal/report.a
deleted file mode 100644
index e7163c1..0000000
--- a/pkg/windows_amd64/cmd/pprof/internal/report.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/cmd/pprof/internal/svg.a b/pkg/windows_amd64/cmd/pprof/internal/svg.a
deleted file mode 100644
index 9425462..0000000
--- a/pkg/windows_amd64/cmd/pprof/internal/svg.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/cmd/pprof/internal/symbolizer.a b/pkg/windows_amd64/cmd/pprof/internal/symbolizer.a
deleted file mode 100644
index 93cd9cb..0000000
--- a/pkg/windows_amd64/cmd/pprof/internal/symbolizer.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/cmd/pprof/internal/symbolz.a b/pkg/windows_amd64/cmd/pprof/internal/symbolz.a
deleted file mode 100644
index 4e42806..0000000
--- a/pkg/windows_amd64/cmd/pprof/internal/symbolz.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/cmd/pprof/internal/tempfile.a b/pkg/windows_amd64/cmd/pprof/internal/tempfile.a
deleted file mode 100644
index b4cd38b..0000000
--- a/pkg/windows_amd64/cmd/pprof/internal/tempfile.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/cmd/vet/whitelist.a b/pkg/windows_amd64/cmd/vet/whitelist.a
deleted file mode 100644
index bfbf49f..0000000
--- a/pkg/windows_amd64/cmd/vet/whitelist.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/compress/bzip2.a b/pkg/windows_amd64/compress/bzip2.a
deleted file mode 100644
index 3f24c36..0000000
--- a/pkg/windows_amd64/compress/bzip2.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/compress/flate.a b/pkg/windows_amd64/compress/flate.a
deleted file mode 100644
index dc606b0..0000000
--- a/pkg/windows_amd64/compress/flate.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/compress/gzip.a b/pkg/windows_amd64/compress/gzip.a
deleted file mode 100644
index 549d67d..0000000
--- a/pkg/windows_amd64/compress/gzip.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/compress/lzw.a b/pkg/windows_amd64/compress/lzw.a
deleted file mode 100644
index 70d4df9..0000000
--- a/pkg/windows_amd64/compress/lzw.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/compress/zlib.a b/pkg/windows_amd64/compress/zlib.a
deleted file mode 100644
index 7c4a31b..0000000
--- a/pkg/windows_amd64/compress/zlib.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/container/heap.a b/pkg/windows_amd64/container/heap.a
deleted file mode 100644
index 2d3958a..0000000
--- a/pkg/windows_amd64/container/heap.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/container/list.a b/pkg/windows_amd64/container/list.a
deleted file mode 100644
index 7d67600..0000000
--- a/pkg/windows_amd64/container/list.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/container/ring.a b/pkg/windows_amd64/container/ring.a
deleted file mode 100644
index 1e543e7..0000000
--- a/pkg/windows_amd64/container/ring.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/crypto.a b/pkg/windows_amd64/crypto.a
deleted file mode 100644
index 8c98138..0000000
--- a/pkg/windows_amd64/crypto.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/crypto/aes.a b/pkg/windows_amd64/crypto/aes.a
deleted file mode 100644
index 13b4960..0000000
--- a/pkg/windows_amd64/crypto/aes.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/crypto/cipher.a b/pkg/windows_amd64/crypto/cipher.a
deleted file mode 100644
index ab0a8ea..0000000
--- a/pkg/windows_amd64/crypto/cipher.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/crypto/des.a b/pkg/windows_amd64/crypto/des.a
deleted file mode 100644
index beb1b11..0000000
--- a/pkg/windows_amd64/crypto/des.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/crypto/dsa.a b/pkg/windows_amd64/crypto/dsa.a
deleted file mode 100644
index 4a15e02..0000000
--- a/pkg/windows_amd64/crypto/dsa.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/crypto/ecdsa.a b/pkg/windows_amd64/crypto/ecdsa.a
deleted file mode 100644
index 91be549..0000000
--- a/pkg/windows_amd64/crypto/ecdsa.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/crypto/elliptic.a b/pkg/windows_amd64/crypto/elliptic.a
deleted file mode 100644
index 0465644..0000000
--- a/pkg/windows_amd64/crypto/elliptic.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/crypto/hmac.a b/pkg/windows_amd64/crypto/hmac.a
deleted file mode 100644
index 8da36c1..0000000
--- a/pkg/windows_amd64/crypto/hmac.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/crypto/md5.a b/pkg/windows_amd64/crypto/md5.a
deleted file mode 100644
index 24d9117..0000000
--- a/pkg/windows_amd64/crypto/md5.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/crypto/rand.a b/pkg/windows_amd64/crypto/rand.a
deleted file mode 100644
index c7a6438..0000000
--- a/pkg/windows_amd64/crypto/rand.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/crypto/rc4.a b/pkg/windows_amd64/crypto/rc4.a
deleted file mode 100644
index 00c9e6a..0000000
--- a/pkg/windows_amd64/crypto/rc4.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/crypto/rsa.a b/pkg/windows_amd64/crypto/rsa.a
deleted file mode 100644
index 5480a33..0000000
--- a/pkg/windows_amd64/crypto/rsa.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/crypto/sha1.a b/pkg/windows_amd64/crypto/sha1.a
deleted file mode 100644
index 98b8c1c..0000000
--- a/pkg/windows_amd64/crypto/sha1.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/crypto/sha256.a b/pkg/windows_amd64/crypto/sha256.a
deleted file mode 100644
index 6392aca..0000000
--- a/pkg/windows_amd64/crypto/sha256.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/crypto/sha512.a b/pkg/windows_amd64/crypto/sha512.a
deleted file mode 100644
index bd5c50c..0000000
--- a/pkg/windows_amd64/crypto/sha512.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/crypto/subtle.a b/pkg/windows_amd64/crypto/subtle.a
deleted file mode 100644
index 60db7bc..0000000
--- a/pkg/windows_amd64/crypto/subtle.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/crypto/tls.a b/pkg/windows_amd64/crypto/tls.a
deleted file mode 100644
index 78c7b24..0000000
--- a/pkg/windows_amd64/crypto/tls.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/crypto/x509.a b/pkg/windows_amd64/crypto/x509.a
deleted file mode 100644
index 2d33de9..0000000
--- a/pkg/windows_amd64/crypto/x509.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/crypto/x509/pkix.a b/pkg/windows_amd64/crypto/x509/pkix.a
deleted file mode 100644
index 578261c..0000000
--- a/pkg/windows_amd64/crypto/x509/pkix.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/database/sql.a b/pkg/windows_amd64/database/sql.a
deleted file mode 100644
index 967179b..0000000
--- a/pkg/windows_amd64/database/sql.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/database/sql/driver.a b/pkg/windows_amd64/database/sql/driver.a
deleted file mode 100644
index 23f8c12..0000000
--- a/pkg/windows_amd64/database/sql/driver.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/debug/dwarf.a b/pkg/windows_amd64/debug/dwarf.a
deleted file mode 100644
index 794276c..0000000
--- a/pkg/windows_amd64/debug/dwarf.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/debug/elf.a b/pkg/windows_amd64/debug/elf.a
deleted file mode 100644
index 950cae4..0000000
--- a/pkg/windows_amd64/debug/elf.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/debug/gosym.a b/pkg/windows_amd64/debug/gosym.a
deleted file mode 100644
index 457c50f..0000000
--- a/pkg/windows_amd64/debug/gosym.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/debug/macho.a b/pkg/windows_amd64/debug/macho.a
deleted file mode 100644
index 707a45f..0000000
--- a/pkg/windows_amd64/debug/macho.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/debug/pe.a b/pkg/windows_amd64/debug/pe.a
deleted file mode 100644
index cc8a8c4..0000000
--- a/pkg/windows_amd64/debug/pe.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/debug/plan9obj.a b/pkg/windows_amd64/debug/plan9obj.a
deleted file mode 100644
index 8d53ecf..0000000
--- a/pkg/windows_amd64/debug/plan9obj.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/encoding.a b/pkg/windows_amd64/encoding.a
deleted file mode 100644
index aa2df6b..0000000
--- a/pkg/windows_amd64/encoding.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/encoding/ascii85.a b/pkg/windows_amd64/encoding/ascii85.a
deleted file mode 100644
index 8fae1f0..0000000
--- a/pkg/windows_amd64/encoding/ascii85.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/encoding/asn1.a b/pkg/windows_amd64/encoding/asn1.a
deleted file mode 100644
index 49570bb..0000000
--- a/pkg/windows_amd64/encoding/asn1.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/encoding/base32.a b/pkg/windows_amd64/encoding/base32.a
deleted file mode 100644
index 7bc1b88..0000000
--- a/pkg/windows_amd64/encoding/base32.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/encoding/base64.a b/pkg/windows_amd64/encoding/base64.a
deleted file mode 100644
index 9ee8887..0000000
--- a/pkg/windows_amd64/encoding/base64.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/encoding/binary.a b/pkg/windows_amd64/encoding/binary.a
deleted file mode 100644
index 1ba7d5c..0000000
--- a/pkg/windows_amd64/encoding/binary.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/encoding/csv.a b/pkg/windows_amd64/encoding/csv.a
deleted file mode 100644
index d6e8b43..0000000
--- a/pkg/windows_amd64/encoding/csv.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/encoding/gob.a b/pkg/windows_amd64/encoding/gob.a
deleted file mode 100644
index 43093fa..0000000
--- a/pkg/windows_amd64/encoding/gob.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/encoding/hex.a b/pkg/windows_amd64/encoding/hex.a
deleted file mode 100644
index db52f2d..0000000
--- a/pkg/windows_amd64/encoding/hex.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/encoding/json.a b/pkg/windows_amd64/encoding/json.a
deleted file mode 100644
index 0272555..0000000
--- a/pkg/windows_amd64/encoding/json.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/encoding/pem.a b/pkg/windows_amd64/encoding/pem.a
deleted file mode 100644
index b981d98..0000000
--- a/pkg/windows_amd64/encoding/pem.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/encoding/xml.a b/pkg/windows_amd64/encoding/xml.a
deleted file mode 100644
index 78b2120..0000000
--- a/pkg/windows_amd64/encoding/xml.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/errors.a b/pkg/windows_amd64/errors.a
deleted file mode 100644
index dfad55d..0000000
--- a/pkg/windows_amd64/errors.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/expvar.a b/pkg/windows_amd64/expvar.a
deleted file mode 100644
index 87f493b..0000000
--- a/pkg/windows_amd64/expvar.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/flag.a b/pkg/windows_amd64/flag.a
deleted file mode 100644
index 4e48cc2..0000000
--- a/pkg/windows_amd64/flag.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/fmt.a b/pkg/windows_amd64/fmt.a
deleted file mode 100644
index 127fcde..0000000
--- a/pkg/windows_amd64/fmt.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/go/ast.a b/pkg/windows_amd64/go/ast.a
deleted file mode 100644
index 0246d8a..0000000
--- a/pkg/windows_amd64/go/ast.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/go/build.a b/pkg/windows_amd64/go/build.a
deleted file mode 100644
index 4135c9c..0000000
--- a/pkg/windows_amd64/go/build.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/go/constant.a b/pkg/windows_amd64/go/constant.a
deleted file mode 100644
index fa0ddd9..0000000
--- a/pkg/windows_amd64/go/constant.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/go/doc.a b/pkg/windows_amd64/go/doc.a
deleted file mode 100644
index 4c0480a..0000000
--- a/pkg/windows_amd64/go/doc.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/go/format.a b/pkg/windows_amd64/go/format.a
deleted file mode 100644
index dee5374..0000000
--- a/pkg/windows_amd64/go/format.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/go/importer.a b/pkg/windows_amd64/go/importer.a
deleted file mode 100644
index 80d8704..0000000
--- a/pkg/windows_amd64/go/importer.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/go/internal/gccgoimporter.a b/pkg/windows_amd64/go/internal/gccgoimporter.a
deleted file mode 100644
index 146ceb1..0000000
--- a/pkg/windows_amd64/go/internal/gccgoimporter.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/go/internal/gcimporter.a b/pkg/windows_amd64/go/internal/gcimporter.a
deleted file mode 100644
index 9afc237..0000000
--- a/pkg/windows_amd64/go/internal/gcimporter.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/go/parser.a b/pkg/windows_amd64/go/parser.a
deleted file mode 100644
index 2966117..0000000
--- a/pkg/windows_amd64/go/parser.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/go/printer.a b/pkg/windows_amd64/go/printer.a
deleted file mode 100644
index 7c7e846..0000000
--- a/pkg/windows_amd64/go/printer.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/go/scanner.a b/pkg/windows_amd64/go/scanner.a
deleted file mode 100644
index 9c493ad..0000000
--- a/pkg/windows_amd64/go/scanner.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/go/token.a b/pkg/windows_amd64/go/token.a
deleted file mode 100644
index 65b36cf..0000000
--- a/pkg/windows_amd64/go/token.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/go/types.a b/pkg/windows_amd64/go/types.a
deleted file mode 100644
index 3251043..0000000
--- a/pkg/windows_amd64/go/types.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/hash.a b/pkg/windows_amd64/hash.a
deleted file mode 100644
index d013591..0000000
--- a/pkg/windows_amd64/hash.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/hash/adler32.a b/pkg/windows_amd64/hash/adler32.a
deleted file mode 100644
index 86c21d0..0000000
--- a/pkg/windows_amd64/hash/adler32.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/hash/crc32.a b/pkg/windows_amd64/hash/crc32.a
deleted file mode 100644
index 263444a..0000000
--- a/pkg/windows_amd64/hash/crc32.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/hash/crc64.a b/pkg/windows_amd64/hash/crc64.a
deleted file mode 100644
index 389eb2e..0000000
--- a/pkg/windows_amd64/hash/crc64.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/hash/fnv.a b/pkg/windows_amd64/hash/fnv.a
deleted file mode 100644
index 2e2ff4b..0000000
--- a/pkg/windows_amd64/hash/fnv.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/html.a b/pkg/windows_amd64/html.a
deleted file mode 100644
index 6ce588a..0000000
--- a/pkg/windows_amd64/html.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/html/template.a b/pkg/windows_amd64/html/template.a
deleted file mode 100644
index 9dbcc18..0000000
--- a/pkg/windows_amd64/html/template.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/image.a b/pkg/windows_amd64/image.a
deleted file mode 100644
index 1f128b6..0000000
--- a/pkg/windows_amd64/image.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/image/color.a b/pkg/windows_amd64/image/color.a
deleted file mode 100644
index f04ec7f..0000000
--- a/pkg/windows_amd64/image/color.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/image/color/palette.a b/pkg/windows_amd64/image/color/palette.a
deleted file mode 100644
index ac3da1b..0000000
--- a/pkg/windows_amd64/image/color/palette.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/image/draw.a b/pkg/windows_amd64/image/draw.a
deleted file mode 100644
index 2ed6833..0000000
--- a/pkg/windows_amd64/image/draw.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/image/gif.a b/pkg/windows_amd64/image/gif.a
deleted file mode 100644
index fbc85ea..0000000
--- a/pkg/windows_amd64/image/gif.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/image/internal/imageutil.a b/pkg/windows_amd64/image/internal/imageutil.a
deleted file mode 100644
index 2569562..0000000
--- a/pkg/windows_amd64/image/internal/imageutil.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/image/jpeg.a b/pkg/windows_amd64/image/jpeg.a
deleted file mode 100644
index c229719..0000000
--- a/pkg/windows_amd64/image/jpeg.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/image/png.a b/pkg/windows_amd64/image/png.a
deleted file mode 100644
index 7d2886c..0000000
--- a/pkg/windows_amd64/image/png.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/index/suffixarray.a b/pkg/windows_amd64/index/suffixarray.a
deleted file mode 100644
index 060f706..0000000
--- a/pkg/windows_amd64/index/suffixarray.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/internal/format.a b/pkg/windows_amd64/internal/format.a
deleted file mode 100644
index e1cd9a7..0000000
--- a/pkg/windows_amd64/internal/format.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/internal/singleflight.a b/pkg/windows_amd64/internal/singleflight.a
deleted file mode 100644
index 132b02f..0000000
--- a/pkg/windows_amd64/internal/singleflight.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/internal/syscall/windows.a b/pkg/windows_amd64/internal/syscall/windows.a
deleted file mode 100644
index eae405d..0000000
--- a/pkg/windows_amd64/internal/syscall/windows.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/internal/syscall/windows/registry.a b/pkg/windows_amd64/internal/syscall/windows/registry.a
deleted file mode 100644
index 6dce4df..0000000
--- a/pkg/windows_amd64/internal/syscall/windows/registry.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/internal/testenv.a b/pkg/windows_amd64/internal/testenv.a
deleted file mode 100644
index 339dcd0..0000000
--- a/pkg/windows_amd64/internal/testenv.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/internal/trace.a b/pkg/windows_amd64/internal/trace.a
deleted file mode 100644
index 925cc81..0000000
--- a/pkg/windows_amd64/internal/trace.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/io.a b/pkg/windows_amd64/io.a
deleted file mode 100644
index f056bc1..0000000
--- a/pkg/windows_amd64/io.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/io/ioutil.a b/pkg/windows_amd64/io/ioutil.a
deleted file mode 100644
index b685534..0000000
--- a/pkg/windows_amd64/io/ioutil.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/log.a b/pkg/windows_amd64/log.a
deleted file mode 100644
index 9460bd3..0000000
--- a/pkg/windows_amd64/log.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/log/syslog.a b/pkg/windows_amd64/log/syslog.a
deleted file mode 100644
index 4fe8fd2..0000000
--- a/pkg/windows_amd64/log/syslog.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/math.a b/pkg/windows_amd64/math.a
deleted file mode 100644
index 49299ad..0000000
--- a/pkg/windows_amd64/math.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/math/big.a b/pkg/windows_amd64/math/big.a
deleted file mode 100644
index f90a2f5..0000000
--- a/pkg/windows_amd64/math/big.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/math/cmplx.a b/pkg/windows_amd64/math/cmplx.a
deleted file mode 100644
index af3b4f6..0000000
--- a/pkg/windows_amd64/math/cmplx.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/math/rand.a b/pkg/windows_amd64/math/rand.a
deleted file mode 100644
index d9cb9ba..0000000
--- a/pkg/windows_amd64/math/rand.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/mime.a b/pkg/windows_amd64/mime.a
deleted file mode 100644
index db5e898..0000000
--- a/pkg/windows_amd64/mime.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/mime/multipart.a b/pkg/windows_amd64/mime/multipart.a
deleted file mode 100644
index 1784a80..0000000
--- a/pkg/windows_amd64/mime/multipart.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/mime/quotedprintable.a b/pkg/windows_amd64/mime/quotedprintable.a
deleted file mode 100644
index c62940f..0000000
--- a/pkg/windows_amd64/mime/quotedprintable.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/net.a b/pkg/windows_amd64/net.a
deleted file mode 100644
index 34bc582..0000000
--- a/pkg/windows_amd64/net.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/net/http.a b/pkg/windows_amd64/net/http.a
deleted file mode 100644
index a3a1827..0000000
--- a/pkg/windows_amd64/net/http.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/net/http/cgi.a b/pkg/windows_amd64/net/http/cgi.a
deleted file mode 100644
index 3c092e8..0000000
--- a/pkg/windows_amd64/net/http/cgi.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/net/http/cookiejar.a b/pkg/windows_amd64/net/http/cookiejar.a
deleted file mode 100644
index d2bf5a8..0000000
--- a/pkg/windows_amd64/net/http/cookiejar.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/net/http/fcgi.a b/pkg/windows_amd64/net/http/fcgi.a
deleted file mode 100644
index 261a701..0000000
--- a/pkg/windows_amd64/net/http/fcgi.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/net/http/httptest.a b/pkg/windows_amd64/net/http/httptest.a
deleted file mode 100644
index 9f9069f..0000000
--- a/pkg/windows_amd64/net/http/httptest.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/net/http/httputil.a b/pkg/windows_amd64/net/http/httputil.a
deleted file mode 100644
index 27f9178..0000000
--- a/pkg/windows_amd64/net/http/httputil.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/net/http/internal.a b/pkg/windows_amd64/net/http/internal.a
deleted file mode 100644
index 13267b0..0000000
--- a/pkg/windows_amd64/net/http/internal.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/net/http/pprof.a b/pkg/windows_amd64/net/http/pprof.a
deleted file mode 100644
index 8d392fe..0000000
--- a/pkg/windows_amd64/net/http/pprof.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/net/internal/socktest.a b/pkg/windows_amd64/net/internal/socktest.a
deleted file mode 100644
index 763d614..0000000
--- a/pkg/windows_amd64/net/internal/socktest.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/net/mail.a b/pkg/windows_amd64/net/mail.a
deleted file mode 100644
index 47635f4..0000000
--- a/pkg/windows_amd64/net/mail.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/net/rpc.a b/pkg/windows_amd64/net/rpc.a
deleted file mode 100644
index 2d4b04e..0000000
--- a/pkg/windows_amd64/net/rpc.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/net/rpc/jsonrpc.a b/pkg/windows_amd64/net/rpc/jsonrpc.a
deleted file mode 100644
index 54a64e5..0000000
--- a/pkg/windows_amd64/net/rpc/jsonrpc.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/net/smtp.a b/pkg/windows_amd64/net/smtp.a
deleted file mode 100644
index d303b26..0000000
--- a/pkg/windows_amd64/net/smtp.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/net/textproto.a b/pkg/windows_amd64/net/textproto.a
deleted file mode 100644
index 0257c8b..0000000
--- a/pkg/windows_amd64/net/textproto.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/net/url.a b/pkg/windows_amd64/net/url.a
deleted file mode 100644
index ec4943d..0000000
--- a/pkg/windows_amd64/net/url.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/os.a b/pkg/windows_amd64/os.a
deleted file mode 100644
index deba9fb..0000000
--- a/pkg/windows_amd64/os.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/os/exec.a b/pkg/windows_amd64/os/exec.a
deleted file mode 100644
index 0f99745..0000000
--- a/pkg/windows_amd64/os/exec.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/os/signal.a b/pkg/windows_amd64/os/signal.a
deleted file mode 100644
index 05820bf..0000000
--- a/pkg/windows_amd64/os/signal.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/os/user.a b/pkg/windows_amd64/os/user.a
deleted file mode 100644
index 07bb897..0000000
--- a/pkg/windows_amd64/os/user.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/path.a b/pkg/windows_amd64/path.a
deleted file mode 100644
index 7740b7c..0000000
--- a/pkg/windows_amd64/path.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/path/filepath.a b/pkg/windows_amd64/path/filepath.a
deleted file mode 100644
index 7823b56..0000000
--- a/pkg/windows_amd64/path/filepath.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/reflect.a b/pkg/windows_amd64/reflect.a
deleted file mode 100644
index f3da442..0000000
--- a/pkg/windows_amd64/reflect.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/regexp.a b/pkg/windows_amd64/regexp.a
deleted file mode 100644
index 98b8c66..0000000
--- a/pkg/windows_amd64/regexp.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/regexp/syntax.a b/pkg/windows_amd64/regexp/syntax.a
deleted file mode 100644
index cfbefa8..0000000
--- a/pkg/windows_amd64/regexp/syntax.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/runtime.a b/pkg/windows_amd64/runtime.a
deleted file mode 100644
index 0062d76..0000000
--- a/pkg/windows_amd64/runtime.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/runtime/debug.a b/pkg/windows_amd64/runtime/debug.a
deleted file mode 100644
index eb5839d..0000000
--- a/pkg/windows_amd64/runtime/debug.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/runtime/pprof.a b/pkg/windows_amd64/runtime/pprof.a
deleted file mode 100644
index 17caa35..0000000
--- a/pkg/windows_amd64/runtime/pprof.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/runtime/race.a b/pkg/windows_amd64/runtime/race.a
deleted file mode 100644
index 7c03114..0000000
--- a/pkg/windows_amd64/runtime/race.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/runtime/trace.a b/pkg/windows_amd64/runtime/trace.a
deleted file mode 100644
index 02432f9..0000000
--- a/pkg/windows_amd64/runtime/trace.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/sort.a b/pkg/windows_amd64/sort.a
deleted file mode 100644
index 748815f..0000000
--- a/pkg/windows_amd64/sort.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/strconv.a b/pkg/windows_amd64/strconv.a
deleted file mode 100644
index d49394c..0000000
--- a/pkg/windows_amd64/strconv.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/strings.a b/pkg/windows_amd64/strings.a
deleted file mode 100644
index eff806b..0000000
--- a/pkg/windows_amd64/strings.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/sync.a b/pkg/windows_amd64/sync.a
deleted file mode 100644
index 5330a4e..0000000
--- a/pkg/windows_amd64/sync.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/sync/atomic.a b/pkg/windows_amd64/sync/atomic.a
deleted file mode 100644
index 26bd3c5..0000000
--- a/pkg/windows_amd64/sync/atomic.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/syscall.a b/pkg/windows_amd64/syscall.a
deleted file mode 100644
index 3ecc166..0000000
--- a/pkg/windows_amd64/syscall.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/testing.a b/pkg/windows_amd64/testing.a
deleted file mode 100644
index d9354af..0000000
--- a/pkg/windows_amd64/testing.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/testing/iotest.a b/pkg/windows_amd64/testing/iotest.a
deleted file mode 100644
index d55f7e2..0000000
--- a/pkg/windows_amd64/testing/iotest.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/testing/quick.a b/pkg/windows_amd64/testing/quick.a
deleted file mode 100644
index 85c6eaa..0000000
--- a/pkg/windows_amd64/testing/quick.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/text/scanner.a b/pkg/windows_amd64/text/scanner.a
deleted file mode 100644
index 084e612..0000000
--- a/pkg/windows_amd64/text/scanner.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/text/tabwriter.a b/pkg/windows_amd64/text/tabwriter.a
deleted file mode 100644
index 77613e2..0000000
--- a/pkg/windows_amd64/text/tabwriter.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/text/template.a b/pkg/windows_amd64/text/template.a
deleted file mode 100644
index e6729d0..0000000
--- a/pkg/windows_amd64/text/template.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/text/template/parse.a b/pkg/windows_amd64/text/template/parse.a
deleted file mode 100644
index 6d3f428..0000000
--- a/pkg/windows_amd64/text/template/parse.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/time.a b/pkg/windows_amd64/time.a
deleted file mode 100644
index 51ad533..0000000
--- a/pkg/windows_amd64/time.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/unicode.a b/pkg/windows_amd64/unicode.a
deleted file mode 100644
index 9a5e481..0000000
--- a/pkg/windows_amd64/unicode.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/unicode/utf16.a b/pkg/windows_amd64/unicode/utf16.a
deleted file mode 100644
index 5276216..0000000
--- a/pkg/windows_amd64/unicode/utf16.a
+++ /dev/null
Binary files differ
diff --git a/pkg/windows_amd64/unicode/utf8.a b/pkg/windows_amd64/unicode/utf8.a
deleted file mode 100644
index 79b924b..0000000
--- a/pkg/windows_amd64/unicode/utf8.a
+++ /dev/null
Binary files differ