I've used the repo
command line for a new project based on many Git repositories. What is the manifest format? I haven't found any specification/manual/documentation about it.
For example this is a simplified default.xml
<manifest>
<remote name="aosp" fetch="https://android.googlesource.com" review="android-review.googlesource.com"/>
<remote name="github" fetch=".." review="review.cyanogenmod.org"/>
<remote name="private" fetch="ssh://[email protected]"/>
<default revision="refs/tags/1.3-1" remote="github" sync-c="true" sync-j="4"/>
<project path="build" name="CyanogenMod/android_build">
<copyfile src="core/root.mk" dest="Makefile"/>
</project>
<project path="android" name="CyanogenMod/android"/>
<project path="abi/cpp" name="CyanogenMod/android_abi_cpp"/>
</manifest>
I finally found some documentations, I post them here to be useful for others ;)
repo help manifest
(from Edward Falk's comment).repo/repo/docs/manifest-format.txt
(from Bjarke Freund-Hansen's answer)If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With