repo
http://source.android.com/download/using-repo
Local Manifest
Local Manifest
Additional remotes and projects may be added through a local manifest, stored in `$TOP_DIR/.repo/local_manifest.xml`.
For example:
$ cat .repo/local_manifest.xml
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<project path="manifest"
name="tools/manifest" />
<project path="platform-manifest"
name="platform/manifest" />
</manifest>
Excerpt from .repo/repo/docs/manifest-format.txt