Skip to content

Instantly share code, notes, and snippets.

@FacuM
Last active September 29, 2019 03:41
Show Gist options
  • Save FacuM/4ae95690198367b1e0567ce582d60544 to your computer and use it in GitHub Desktop.
Save FacuM/4ae95690198367b1e0567ce582d60544 to your computer and use it in GitHub Desktop.
AOSiP Quiche (Android 10/Q) manifest for the Moto G4 Play, experimental, compiles properly.
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<!-- Remotes -->
<remote name="github" fetch="https://github.com/" />
<!-- Device -->
<project name="Harpia-development/device_motorola_harpia" path="device/motorola/harpia" remote="github" revision="aosip_ten" />
<project name="Harpia-development/device_motorola_msm8916-common" path="device/motorola/msm8916-common" remote="github" revision="10" />
<project name="Harpia-development/kernel_motorola_msm8916" path="kernel/motorola/msm8916" remote="github" revision="q_cust" />
<project name="Harpia-development/vendor_motorola" path="vendor/motorola" remote="github" revision="q" />
<!-- GNU GCC 9.0 kernel toolchain -->
<project name="Harpia-development/android_prebuilts_gcc_linux-x86_arm_arm-linux-gnueabi-9.0" path="prebuilts/gcc/linux-x86/arm/arm-linux-gnueabi-9.0" remote="github" revision="master" />
<!-- Boringssl -->
<project name="LineageOS/android_external_bson" path="external/bson" remote="github" revision="lineage-15.1" />
<!-- SELinux -->
<project name="Harpia-development/android_device_qcom_sepolicy-legacy" path="device/qcom/sepolicy-legacy" remote="github" revision="aosip_ten" />
<!-- Fixes missing deps in "display-caf" -->
<project name="Harpia-development/hardware_qcom_display" path="hardware/qcom/display-caf/msm8916" remote="github" revision="q-msm8916" />
<!-- Fixes missing deps in "bt-caf" -->
<project name="Harpia-development/hardware_qcom_bt" path="hardware/qcom/bt-caf" remote="github" revision="q-caf" />
<!-- Fixes broken compilation in "media-caf" -->
<project name="Harpia-development/hardware_qcom_media" path="hardware/qcom/media-caf/msm8916" remote="github" revision="q-msm8916" />
<!-- Fixes broken compilation in "audio-caf" -->
<project name="Harpia-development/hardware_qcom_audio-caf_msm8916" path="hardware/qcom/audio-caf/msm8916" remote="github" revision="los-caf_ten" />
<!-- Fixes compilation in "cryptfs_hw" -->
<remove-project name="platform_vendor_qcom_opensource_interfaces" />
<project name="Harpia-development/vendor_qcom_opensource_interfaces" path="vendor/qcom/opensource/interfaces" remote="github" revision="aosip-ten" />
<!-- Fixes ART crash on legacy devices. -->
<remove-project name="platform_art" />
<project name="Harpia-development/android_art" path="art" remote="github" revision="aosip_ten" />
</manifest>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment