Local Manifest Generator
Visually build your roomservice.xml to sync specific repositories for your custom ROM build.
Remotes
Projects
Output Preview
Save this as .repo/local_manifests/roomservice.xml
<?xml version="1.0" encoding="UTF-8"?> <manifest> <!-- Remotes --> <remote name="github" fetch="https://github.com/" /> <!-- Projects --> <project name="LineageOS/android_device_example" path="device/example/device" remote="github" revision="lineage-20.0" /> </manifest>