Skip to content

Instantly share code, notes, and snippets.

@FacuM
Created July 21, 2017 03:43
Show Gist options
  • Save FacuM/7483d1657cc81ec98ac089347d9e6079 to your computer and use it in GitHub Desktop.
Save FacuM/7483d1657cc81ec98ac089347d9e6079 to your computer and use it in GitHub Desktop.
LineageOS OMS manifest.
<?xml version="1.0" encoding="UTF-8"?> <manifest>
<!-- Remote names -->
<remote name="aidonnou" fetch="https://github.com/aidonnou-surnia" />
<!-- Using a custom CM remote to avoid editing and editing of this file -->
<remote name="losgit" fetch="https://github.com/LineageOS" />
<!-- muppets remote just in case -->
<remote name="tehmuppets" 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="cm-14.1" remote="losgit" />
<project path="device/motorola/msm8916-common"
name="android_device_motorola_msm8916-common" revision="cm-14.1"
remote="losgit" />
<project path="kernel/motorola/msm8916" name="android_kernel_motorola_msm8916"
revision="cm-14.1" remote="losgit" />
<!-- dependencies (supposedly not needed) -->
<project path="vendor/motorola" name="proprietary_vendor_motorola"
revision="cm-14.1" remote="tehmuppets" />
<project path="packages/resources/devicesettings"
name="android_packages_resources_devicesettings" revision="cm-14.1"
remote="losgit" />
<project path="external/bson" name="android_external_bson" revision="cm-14.1"
remote="losgit" />
<!-- more deps -->
<project path="device/qcom/common" name="android_device_qcom_common"
revision="cm-14.1" remote="losgit" />
</manifest>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment