]> Cypherpunks repositories - gostls13.git/commit
misc/android: copy testdata directories to device before running
authorElias Naur <mail@eliasnaur.com>
Mon, 25 Feb 2019 10:18:03 +0000 (11:18 +0100)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 26 Feb 2019 18:01:15 +0000 (18:01 +0000)
commit7be432e65979f88aceba000db37c325c81127c7d
tree94a5c2ea2f887af793749b79138c53f318ffb2f3
parent1aa0fcff465a7eb92836bdf343222cb34e9c6d33
misc/android: copy testdata directories to device before running

We've got away with not copying the testdata directories for the
standard library because the exec wrapper also pushes almost the
entire $GOROOT tree to the device, including testdata directories.

Similar to what the iOS exec wrapper does.

Change-Id: I91ef63ef84a658fc8843002890132c64b7c1d20e
Reviewed-on: https://go-review.googlesource.com/c/163626
Run-TryBot: Elias Naur <mail@eliasnaur.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
misc/android/go_android_exec.go