Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support user supplied custom .repo/local_manifest.xml filesv1.0.5 | Shawn O. Pearce | 2008-10-23 | 1 | -5/+17 |
| | | | | | | | | | | | | | | | | | | | By creating a .repo/local_manifest.xml the user can add extra projects into their client space, without touching the main manifest script. For example: $ cat .repo/local_manifest.xml <?xml version="1.0" encoding="UTF-8"?> <manifest> <project path="android-build" name="platform/build" remote="korg" revision="android-1.0" /> </manifest> Signed-off-by: Shawn O. Pearce <sop@google.com> | ||||
* | Initial Contributionv1.0 | The Android Open Source Project | 2008-10-21 | 1 | -0/+338 |