From 4c05d32f795a714106490e5e8b6296b920354674 Mon Sep 17 00:00:00 2001 From: David Crawshaw Date: Mon, 8 Sep 2014 10:07:26 -0400 Subject: [PATCH] androidtest.bash: adjustment for move from src/pkg to src LGTM=rsc R=rsc CC=golang-codereviews https://golang.org/cl/142740043 --- src/androidtest.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.0