]> Cypherpunks repositories - gostls13.git/commit
androidtest.bash: copy pkg for gcimporter tests
authorDavid Crawshaw <crawshaw@golang.org>
Wed, 8 Apr 2015 13:28:05 +0000 (09:28 -0400)
committerDavid Crawshaw <crawshaw@golang.org>
Wed, 8 Apr 2015 14:39:07 +0000 (14:39 +0000)
commit68f57c83274c0f30b94a6adc1668fe034b5780f2
tree13dd09ef71af851ca8ac132614fe8a61d56dc09a
parenta173357cd5d94ee88112ba46871c5d9344a2445e
androidtest.bash: copy pkg for gcimporter tests

The tests for go/types depend on reading gc export data from the
$GOROOT/pkg directory. This is the first use of these files as
testdata, so previously they were not copied to the android device.
Now they are used, copy them.

Fixes android/arm build.

Change-Id: If13bbe603ce0aff697a73a97ae9a7d6b3ea800f9
Reviewed-on: https://go-review.googlesource.com/8624
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/androidtest.bash