]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: ensure android-implies-linux for file names in dist
authorDavid Chase <drchase@google.com>
Mon, 20 Mar 2017 18:24:00 +0000 (14:24 -0400)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 24 May 2017 03:09:15 +0000 (03:09 +0000)
commit74e3be8f38ffd376996946ca7d6736b1e0036cfb
tree87c52c381f2d1bbff5320fdb07780324cace6792
parent59096edb4aa4a43e984439682cc9b379a1d0c2c0
cmd/dist: ensure android-implies-linux for file names in dist

This is one hurdle to building Go on Android; the runtime does
not build properly because *_linux.go files are excluded from
the "Building go_bootstrap" step when GOOS=android.

There are other hurdles; this is the first one.

Change-Id: I766e4bbf6ffc0d273888913f2516cf3e995a1786
Reviewed-on: https://go-review.googlesource.com/38308
Run-TryBot: David Chase <drchase@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/dist/build.go