From: David Crawshaw Date: Mon, 8 Sep 2014 14:07:26 +0000 (-0400) Subject: androidtest.bash: adjustment for move from src/pkg to src X-Git-Tag: go1.4beta1~483 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=4c05d32f795a714106490e5e8b6296b920354674;p=gostls13.git androidtest.bash: adjustment for move from src/pkg to src LGTM=rsc R=rsc CC=golang-codereviews https://golang.org/cl/142740043 --- 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