android 5.0源码地址下载android / By yawen / 2014-11-03 2014-11-03 https://android.googlesource.com/platform/manifest.git repo init -u https://android.googlesource.com/platform/manifest -b l-preview repo sync –j16 如果有以前同步的aosp源码, 则只需要在源码目录下, repo init -b l-preview 然后repo sync -j16 即可 另外Android源码的github mirror地址是: github.com/android