This repository keeps track of custom repositories you use alongside the default manifest, streamlining your development workflow.
Benefits:
- ✨ Manage additional repositories for your project.
- Simplify
repo syncto update all repositories. - Keep your local customizations organized.
How it Works:
The repo tool reads manifests (.xml files) to determine which repositories to download. This local manifest acts as an extension, allowing you to specify additional repositories without modifying the default manifest.
Getting Started:
- Clone this repository into your local project directory (e.g.,
.repo/manifests). - Add entries for your custom repositories using the standard manifest format.
- Run
repo syncto download and update all repositories, including your custom ones.
Note:
- Ensure proper indentation and formatting for valid manifest files.
- Refer to the
repodocumentation for detailed information on manifest syntax.
**Happy hacking! **
