1
0
mirror of https://github.com/golang/go synced 2024-11-11 21:50:21 -07:00

androidtest.bash: adjustment for move from src/pkg to src

LGTM=rsc
R=rsc
CC=golang-codereviews
https://golang.org/cl/142740043
This commit is contained in:
David Crawshaw 2014-09-08 10:07:26 -04:00
parent 4a40fb1979
commit 4c05d32f79

View File

@ -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