blob: eea1fde597aa0808e427ec6629ed95ed033b2640 [file] [log] [blame]
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.5.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.
export GOROOT_BOOTSTRAP=$TOP/prebuilts/go/darwin-x86
GOROOT_FINAL=./prebuilts/go/darwin-x86 ./all.bash && ./race.bash
cd $TOP/prebuilts/go/linux-x86
git rm -r *
git reset HEAD README.ANDROID
git checkout README.ANDROID
<update this file>
cp -rp /tmp/go/* ./
git add -A
git commit