]> Cypherpunks repositories - gostls13.git/commitdiff
go/build: add android to the flock
authorDavid Crawshaw <david.crawshaw@zentus.com>
Tue, 8 Jul 2014 21:04:18 +0000 (17:04 -0400)
committerDavid Crawshaw <david.crawshaw@zentus.com>
Tue, 8 Jul 2014 21:04:18 +0000 (17:04 -0400)
LGTM=minux
R=golang-codereviews, minux
CC=golang-codereviews
https://golang.org/cl/108450044

src/pkg/go/build/deps_test.go

index 7421e144f15d3c32310149d576764c872c3bd361..22ce8ff15af32403a12ed55aeb23ff135d3ccbc5 100644 (file)
@@ -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 {