From: David Crawshaw Date: Tue, 8 Jul 2014 21:04:18 +0000 (-0400) Subject: go/build: add android to the flock X-Git-Tag: go1.4beta1~1146 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=b0589864dc4e267b75c2ec609985b01f4ec372eb;p=gostls13.git go/build: add android to the flock LGTM=minux R=golang-codereviews, minux CC=golang-codereviews https://golang.org/cl/108450044 --- diff --git a/src/pkg/go/build/deps_test.go b/src/pkg/go/build/deps_test.go index 7421e144f1..22ce8ff15a 100644 --- a/src/pkg/go/build/deps_test.go +++ b/src/pkg/go/build/deps_test.go @@ -360,7 +360,7 @@ func allowed(pkg string) map[string]bool { } var bools = []bool{false, true} -var geese = []string{"darwin", "dragonfly", "freebsd", "linux", "nacl", "netbsd", "openbsd", "plan9", "solaris", "windows"} +var geese = []string{"android", "darwin", "dragonfly", "freebsd", "linux", "nacl", "netbsd", "openbsd", "plan9", "solaris", "windows"} var goarches = []string{"386", "amd64", "arm"} type osPkg struct {