summaryrefslogtreecommitdiff
path: root/src/androidtest.bash
diff options
context:
space:
mode:
Diffstat (limited to 'src/androidtest.bash')
-rwxr-xr-xsrc/androidtest.bash3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/androidtest.bash b/src/androidtest.bash
index 43a93a141..2acfbd815 100755
--- a/src/androidtest.bash
+++ b/src/androidtest.bash
@@ -43,8 +43,7 @@ GOOS=$GOHOSTOS GOARCH=$GOHOSTARCH go build \
export ANDROID_PRODUCT_OUT=/tmp/androidtest-$$
FAKE_GOROOT=$ANDROID_PRODUCT_OUT/data/local/tmp/goroot
mkdir -p $FAKE_GOROOT/src
-ln -s $GOROOT/src/cmd $FAKE_GOROOT/src/cmd
-ln -s $GOROOT/src/pkg $FAKE_GOROOT/src/pkg
+ln -s $GOROOT/src $FAKE_GOROOT/src
ln -s $GOROOT/test $FAKE_GOROOT/test
ln -s $GOROOT/lib $FAKE_GOROOT/lib
echo '# Syncing test files to android device'