更新 AOSP 回购
Update AOSP Repo
刚刚开始使用 AOSP 构建。按照(有点过时的)教程,我开始为 android-11.0.0_r17(仍然是 运行)进行回购同步。后来,我发现 android-11.0.0_r26 实际上是我的目标设备的最新版本。
完成后是否可以将 r17 存储库更新为 r26,还是我应该中止同步并使用初始化为 r26 的新存储库重新开始?
Is it possible to update the r17 repo to r26 after it completes or should I abort the sync and start over with a new repo initialized to r26?
这两种情况都是可行的,只需重新初始化 repo 到 android-11.0.0_r26
然后重新开始同步。
对于我来说,我宁愿立即中止并与所需的分支同步(使用 -c
选项),以免拉出不必要的东西:
repo sync -c
刚刚开始使用 AOSP 构建。按照(有点过时的)教程,我开始为 android-11.0.0_r17(仍然是 运行)进行回购同步。后来,我发现 android-11.0.0_r26 实际上是我的目标设备的最新版本。
完成后是否可以将 r17 存储库更新为 r26,还是我应该中止同步并使用初始化为 r26 的新存储库重新开始?
Is it possible to update the r17 repo to r26 after it completes or should I abort the sync and start over with a new repo initialized to r26?
这两种情况都是可行的,只需重新初始化 repo 到 android-11.0.0_r26
然后重新开始同步。
对于我来说,我宁愿立即中止并与所需的分支同步(使用 -c
选项),以免拉出不必要的东西:
repo sync -c