mirror of
https://github.com/golang/go
synced 2024-11-19 13:54:56 -07:00
go/build: add android to the flock
LGTM=minux R=golang-codereviews, minux CC=golang-codereviews https://golang.org/cl/108450044
This commit is contained in:
parent
1648df6728
commit
b0589864dc
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user