]> Cypherpunks repositories - gostls13.git/commit
androidtest.bash: correct the location of compiled packages
authorHyang-Ah Hana Kim <hyangah@gmail.com>
Wed, 21 Oct 2015 17:50:06 +0000 (13:50 -0400)
committerHyang-Ah Hana Kim <hyangah@gmail.com>
Wed, 21 Oct 2015 19:34:27 +0000 (19:34 +0000)
commit2e47b28ea165eb3aeb2db0eee173e930fb7f7bca
tree59907afcc9cd87af0c189983475254fa0b26ff53
parent73f329f47236c6952235db395802810156a7bd65
androidtest.bash: correct the location of compiled packages

For android, gc builds with buildmode=pie by default, and
as a result, the compiled packages are not installed in
the usual pkg/$GOOS_$GOARCH pack. Copy the compiled packages
in pkg/android_$GOARCH_shared into the pkg/android_$GOARCH
in the test device.

Change-Id: I909e4cc7095ac95ef63bdf6ddc4cb2c698f3459e
Reviewed-on: https://go-review.googlesource.com/16151
Reviewed-by: David Crawshaw <crawshaw@golang.org>
src/androidtest.bash