刚刚看了一下CM的manifest.xml,比如:
<remote name="github"
fetch=".."
review="review.cyanogenmod.org" />
那么这个 fetch=".." 是什么意思呢?
刚刚看了一下CM的manifest.xml,比如:
<remote name="github"
fetch=".."
review="review.cyanogenmod.org" />
那么这个 fetch=".." 是什么意思呢?
参考这个解释:
https://groups.google.com/forum/#!topic/android-building/mKtph-wOx_w
它应该相对于'manifests/'的父目录
以 AOSP 为例:
$ repo init -u https://android.googlesource.com/platform/manifest
fetch=".." in the manifest.xml is equal to "https://android.googlesource.com/platform/../"
此外,有关回购清单结构的一些细节: