Skip to content

Instantly share code, notes, and snippets.

@FacuM
Created July 24, 2017 05:11
Show Gist options
  • Save FacuM/9a2aed8724164e1b41322faec05a0b0d to your computer and use it in GitHub Desktop.
Save FacuM/9a2aed8724164e1b41322faec05a0b0d to your computer and use it in GitHub Desktop.
XenonHD ROM manifest for harpia.
<?xml version="1.0" encoding="UTF-8"?> <manifest>
<!-- Remote names -->
<!-- Using a custom CM remote to avoid editing and editing of this file -->
<remote name="losgit" fetch="https://github.com/LineageOS" />
<!-- Just my remote setup -->
<remote name="facuarmo" fetch="https://github.com/FacuM" />
<!-- muppets remote just in case -->
<remote name="themuppets" fetch="https://github.com/themuppets" />
<!-- let's get mike a place -->
<remote name="mike-q" fetch="https://github.com/MikeUYSCUTI/" /> <!-- bring the
0wl -->
<remote name="owldev" fetch="https://github.com/aosip-devices" />
<!-- harpia stuff -->
<project path="device/motorola/harpia" name="android_device_motorola_harpia"
revision="xenon-n" remote="facuarmo" />
<project path="device/motorola/msm8916-common"
name="android_device_motorola_msm8916-common" revision="xenon-n"
remote="facuarmo" />
<project path="kernel/motorola/msm8916" name="android_kernel_motorola_msm8916"
revision="cm-14.1" remote="losgit" />
<!-- dependencies -->
<project path="vendor/motorola" name="proprietary_vendor_motorola"
revision="cm-14.1" remote="themuppets" />
</manifest>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment