4

刚刚看了一下CM的manifest.xml,比如:

<remote  name="github"
       fetch=".."
       review="review.cyanogenmod.org" />

那么这个 fetch=".." 是什么意思呢?

4

1 回答 1

5

参考这个解释:

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/../" 

此外,有关回购清单结构的一些细节:

git-history/v1.8.1/docs/manifest-format.txt

于 2013-08-15T11:09:47.427 回答