Skip to content

Instantly share code, notes, and snippets.

@d-vogel
Created November 10, 2017 12:18
Show Gist options
  • Save d-vogel/750b87e4298cf83f49f0061ee77096d3 to your computer and use it in GitHub Desktop.
Save d-vogel/750b87e4298cf83f49f0061ee77096d3 to your computer and use it in GitHub Desktop.
Local manifest for Halium 7.1 on pollux (Sony Tablet Z)
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="lnj2"
fetch="http://github.com/LNJ2"
revision="refs/heads/halium-7.1" />
<!-- sony specific -->
<remove-project name="android_hardware_qcom_media" />
<remove-project name="Halium/hybris-boot" />
<project path="halium/hybris-boot" name="hybris-boot" remote="d-vogel" revision="refs/heads/master" />
<project path="device/sony/common" name="android_device_sony_common" remote="los" />
<project path="vendor/sony" name="proprietary_vendor_sony" remote="them" />
<project path="hardware/sony/thermanager" name="android_hardware_sony_thermanager" remote="los" />
<project path="external/stlport" name="android_external_stlport" remote="los" />
<project path="external/elfutils" name="android_external_elfutils" groups="pdk" remote="los" />
<!-- qcom specific -->
<project path="device/qcom/common" name="android_device_qcom_common" remote="los" />
<project path="device/qcom/sepolicy" name="android_device_qcom_sepolicy" remote="los" />
<project path="hardware/qcom/media-caf/msm8960" name="android_hardware_qcom_media" groups="qcom" revision="halium-7.1-caf-8960" remote="lnj2" />
<!-- pollux specific -->
<project path="device/sony/pollux" name="android_device_sony_pollux" remote="los" />
<project path="device/sony/pollux-common" name="android_device_sony_pollux-common" remote="los" />
<project path="kernel/sony/apq8064" name="android_kernel_sony_apq8064" remote="lnj2" />
<project path="device/sony/fusion3-common" name="android_device_sony_fusion3-common" remote="los" />
</manifest>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment