Skip to content

Instantly share code, notes, and snippets.

@SpiritCroc
Last active July 31, 2016 19:38
Show Gist options
  • Save SpiritCroc/5f3943d83d1dc7c1fb5a0efd62f0507e to your computer and use it in GitHub Desktop.
Save SpiritCroc/5f3943d83d1dc7c1fb5a0efd62f0507e to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<!-- AOSP-based device tree: -->
<remote name="sony" fetch="git://github.com/sonyxperiadev/" />
<remote name="omnirom" fetch="git://github.com/omnirom" />
<remote name="SpiritCroc" fetch="git://github.com/SpiritCroc/" />
<project name="android_device_sony_amami" path="device/sony/amami" remote="SpiritCroc" revision="AICP-mm6.0" />
<project name="android_device_sony_rhine-common" path="device/sony/rhine-common" remote="SpiritCroc" revision="AICP-mm6.0" />
<project name="android_device_sony_common" path="device/sony/common" remote="SpiritCroc" revision="AICP-mm6.0" />
<project name="android_device_sony_common-headers" path="device/sony/common-headers" remote="omnirom" revision="android-6.0" />
<project name="android_device_sony_sepolicy" path="device/sony/sepolicy" remote="SpiritCroc" revision="AICP-mm6.0" />
<project name="android_kernel_sony_msm" path="kernel/sony/msm" remote="omnirom" revision="android-6.0" />
<project name="android_hardware_sony_thermanager" path="hardware/sony/thermanager" remote="omnirom" revision="android-6.0" />
<project name="android_hardware_sony_timekeep" path="hardware/sony/timekeep" remote="omnirom" revision="android-6.0" />
<!--project name="android_hardware_qcom_gps" path="hardware/qcom/gps" remote="omnirom" revision="android-6.0" /-->
<project name="android_hardware_sony_camera" path="hardware/sony/camera" remote="omnirom" revision="android-6.0" />
<project name="android_hardware_sony_dataservices" path="hardware/sony/dataservices" remote="omnirom" revision="android-6.0" />
<!--project name="android_packages_apps_Nfc" path="packages/apps/Nfc-nxp" remote="omnirom" revision="android-6.0-nxp" /-->
<project name="android_hardware_sony_macaddrsetup" path="hardware/sony/macaddrsetup" remote="omnirom" revision="android-6.0" />
<project path="hardware/qcom/media" name="android_hardware_qcom_media" remote="omnirom" revision="android-6.0" />
<project path="vendor/qcom/firmware" name="SuperBenevolent/aosp-vendor-qcom-firmware" remote="github" revision="master" />
<!-- Own AICP vendor: required to use AOSP device tree instead of CM one
If you want to update locally because there were some changes to real AICP vendor since I last merged the changes, run:
cd vendor/aicp
git pull https://github.com/AICP/vendor_aicp mm6.0
# Resolve merge conflicts if necessary
cd ../..
-->
<remove-project name="AICP/vendor_aicp" />
<project path="vendor/aicp" name="android_vendor_ROM" remote="SpiritCroc" revision="AICP-mm6.0" />
<!-- TWRP -->
<project name="android_bootable_recovery" path="bootable/recovery-twrp" remote="omnirom" revision="android-6.0" />
<project name="CyanogenMod/android_external_busybox" path="external/busybox" remote="github" revision="cm-13.0" />
<!-- deprecated: CM-based device tree: -->
<!--
<project name="SpiritCroc/android_device_sony_amami" path="device/sony/amami" remote="github" revision="zz_deprecated_AICP-mm6.0" />
<project name="CyanogenMod/android_device_sony_castor" path="device/sony/castor" remote="github" revision="cm-13.0" />
<project name="CyanogenMod/android_device_sony_castor_windy" path="device/sony/castor_windy" remote="github" revision="cm-13.0" />
<project name="CyanogenMod/android_device_sony_common" path="device/sony/common" remote="github" revision="cm-13.0" />
<project name="CyanogenMod/android_device_sony_rhine-common" path="device/sony/rhine-common" remote="github" revision="cm-13.0" />
<project name="CyanogenMod/android_device_sony_shinano-common" path="device/sony/shinano-common" remote="github" revision="cm-13.0" />
<project name="CyanogenMod/android_device_sony_msm8974-common" path="device/sony/msm8974-common" remote="github" revision="cm-13.0" />
<project name="CyanogenMod/android_kernel_sony_msm" path="kernel/sony/msm" remote="github" revision="cm-13.0" />
<project name="CyanogenMod/android_hardware_qcom_display" path="hardware/qcom/display-caf/sony" remote="github" revision="cm-13.0-sony" />
<project name="CyanogenMod/android_hardware_qcom_media" path="hardware/qcom/media-caf/sony" remote="github" revision="cm-13.0-sony" />
<project name="CyanogenMod/android_hardware_sony_DASH" path="hardware/sony/DASH" remote="github" revision="cm-13.0" />
<project name="CyanogenMod/android_hardware_sony_thermanager" path="hardware/sony/thermanager" remote="github" revision="cm-13.0" />
<project name="CyanogenMod/android_hardware_sony_camera" path="hardware/sony/camera" remote="github" revision="cm-13.0" />
<project name="CyanogenMod/android_hardware_sony_macaddrsetup" path="hardware/sony/macaddrsetup" remote="github" revision="cm-13.0" />
<project name="CyanogenMod/android_hardware_sony_timekeep" path="hardware/sony/timekeep" remote="github" revision="cm-13.0" />
<project name="CyanogenMod/android_external_busybox" path="external/busybox" remote="github" revision="cm-13.0" />
<project name="CyanogenMod/android_external_sony_boringssl-compat" path="external/sony/boringssl-compat" remote="github" revision="cm-13.0" />
-->
<!-- deprecated: CM Blobs: -->
<!--project name="TheMuppets/proprietary_vendor_sony" path="vendor/sony" remote = "github" revision="cm-13.0" /-->
</manifest>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment