blob: 47d112af533fa22cdb2f5d759687a4c2992b592a [file] [log] [blame] [edit]
The go prebuilts in this directory were compiled with:
git clone https://github.com/golang/go.git /tmp/go
cd /tmp/go/src
git checkout go1.4.1
# Go can't handle a relative GOROOT, but we don't know the absolute path
# so set it to a relative path anyways. The build system will have to
# set the correct absolute GOROOT.
GOROOT_FINAL=./prebuilts/go/linux-x86 ./all.sh && ./race.sh
cp -r /tmp/go/* prebuilts/go/linux-x86