这个是Android源码镜像源
https://mirrors.tuna.tsinghua.edu.cn/help/AOSP/
PATH=~/bin:$PATH
把https://android.googlesource.com/
全部使用 https://aosp.tuna.tsinghua.edu.cn/
1下载repo源码管理脚本
PATH=~/bin:$PATH
curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
chmod a+x ~/bin/repo
下面这个在repo中更改下
下载git仓库Android清单
git clone https://android.googlesource.com/platform/manifest可