Android L Preview 源码同步方法
时间:2014-07-02 15:28:38
收藏:0
阅读:195
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源码的git地址是:
github.com/android
评论(0)