repo をインストールする
repoはGoogle が作った、Androidのソースのバージョン管理に利用できるGitと並行して使えるツールです。
詳しくは下記で。
http://source.android.com/source/version-control.html
そんなrepoのインストール方法です。
$ curl http://android.git.kernel.org/repo >~/bin/repo
権限も変更しておきます。
$ chmod a+x ~/bin/repo
最初に利用するときは、initで初期化します。
$ repo init
下記のようなエラーが出て動作しない時は
repo line 1: syntax error near unexpected token `newline'
curlをやり直してみるとよいかもしれません。