I wanted to give everyone working on Android a heads up that we plan to move the toolchain out of our svn repository and into google cloud storage. This will reduce the size of our checkouts (especially on git) and give us more flexibility going forward. However, the downside is that it will require developers to have 'gsutil' in their path. To pre-emptly prepare yourself for the change you can download it
here or you can also often get it by running 'sudo apt-get install gsutil'.
After the change goes in the android_make script will check that it is in your path so you shouldn't get any mysterious breakages. The change does mean that the next time a new toolchain is release or you delete your android/toolchain directory that the script will grab the necessary version from cloud storage.
~ Derek