summaryrefslogtreecommitdiff
path: root/src/androidtest.bash
diff options
context:
space:
mode:
authorDavid Crawshaw <david.crawshaw@zentus.com>2014-09-08 10:07:26 -0400
committerDavid Crawshaw <david.crawshaw@zentus.com>2014-09-08 10:07:26 -0400
commit4f6149a28a024fe2476aeb36bca54218d4fdd4f5 (patch)
treedeccf1cb0320525ca76d06ccebfd5bc3a0a75027 /src/androidtest.bash
parent9856325bc48e00faceeb3c3e4fe99a54b43f04aa (diff)
downloadgo-4f6149a28a024fe2476aeb36bca54218d4fdd4f5.tar.gz
androidtest.bash: adjustment for move from src/pkg to src
LGTM=rsc R=rsc CC=golang-codereviews https://codereview.appspot.com/142740043
Diffstat (limited to 'src/androidtest.bash')
-rwxr-xr-xsrc/androidtest.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/androidtest.bash b/src/androidtest.bash
index 2acfbd815..504d276c4 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