我按照这个链接创建了一个本地清单来下载特定版本的 android 内核,如下所示:
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="aosp"
fetch=".."
review="https://android-review.googlesource.com/" />
<default revision="master"
remote="aosp"
sync-j="4" />
<project path="kernel/common" name="kernel/common" revision="android-4.4"/>
</manifest>
并使用同步repo sync kernel/common
我应该如何继续同步多个内核版本。