源码下载 1 镜像地址 清华大学AOSP(Android Open Source Project) https://mirrors.tuna.tsinghua.edu.cn/help/AOSP/12 2 过程摘录 下载Repo 工具 mkdir ~/bin PATH=~/bin:$PATH curl https://aosp.tuna.tsinghua.edu.cn/git-repo-downloads/repo > ~/bin/repo chmod a+x ~/bin/repo1234 替换已有的 AOSP…