]> Cypherpunks repositories - gostls13.git/commit
misc/android,cmd/dist: move $GOROOT copying to the exec wrapper
authorElias Naur <mail@eliasnaur.com>
Sun, 24 Feb 2019 14:18:02 +0000 (15:18 +0100)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 26 Feb 2019 18:00:48 +0000 (18:00 +0000)
commite3d99a3f8608e308eedc201b83eeb2f0e0d9dc81
tree17530050f0fcf0b10a80ec80199ffea97cde4404
parent3ef7e3d44f3dfaceab83b779c8bcd1cebe834de2
misc/android,cmd/dist: move $GOROOT copying to the exec wrapper

To run the standard library tests on Android, the androidtest.bash
script copies GOROOT to the device. Move that logic to the android
exec wrapper, thereby making androidtest.bash obsolete.

Apart from making Android less special, the sharded builder
infrastructure should now be able to run (emulated) Android builders
and trybots without special treatment.

Updates #23824

Change-Id: I41591fea9a15b38c6dcf84046ea57f1e9165eaa5
Reviewed-on: https://go-review.googlesource.com/c/163619
Run-TryBot: Elias Naur <mail@eliasnaur.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
misc/android/README
misc/android/cleaner.go [deleted file]
misc/android/go_android_exec.go
src/androidtest.bash
src/cmd/dist/build.go