====== repo ====== ===== Install repo tool ===== curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo chmod a+x ~/bin/repo https://source.android.com/source/downloading ===== Using repo tool ===== mkdir new-proj cd new-proj repo init -u [upstream-url] [options] repo sync repo status https://source.android.com/source/using-repo