diff options
| author | David Crawshaw <david.crawshaw@zentus.com> | 2014-09-08 10:07:26 -0400 |
|---|---|---|
| committer | David Crawshaw <david.crawshaw@zentus.com> | 2014-09-08 10:07:26 -0400 |
| commit | 4c05d32f795a714106490e5e8b6296b920354674 (patch) | |
| tree | 4cf9c1c2a408d63bed7a7d5420a4503b3d21e413 /src/androidtest.bash | |
| parent | 4a40fb197931a23c11ff4d677ecee6aefd99d5ca (diff) | |
| download | go-4c05d32f795a714106490e5e8b6296b920354674.tar.xz | |
androidtest.bash: adjustment for move from src/pkg to src
LGTM=rsc
R=rsc
CC=golang-codereviews
https://golang.org/cl/142740043
Diffstat (limited to 'src/androidtest.bash')
| -rwxr-xr-x | src/androidtest.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/androidtest.bash b/src/androidtest.bash index 2acfbd815a..504d276c4c 100755 --- a/src/androidtest.bash +++ b/src/androidtest.bash @@ -42,7 +42,7 @@ GOOS=$GOHOSTOS GOARCH=$GOHOSTARCH go build \ # into a subdirectory of /data. export ANDROID_PRODUCT_OUT=/tmp/androidtest-$$ FAKE_GOROOT=$ANDROID_PRODUCT_OUT/data/local/tmp/goroot -mkdir -p $FAKE_GOROOT/src +mkdir -p $FAKE_GOROOT ln -s $GOROOT/src $FAKE_GOROOT/src ln -s $GOROOT/test $FAKE_GOROOT/test ln -s $GOROOT/lib $FAKE_GOROOT/lib |
