Skip to content

Instantly share code, notes, and snippets.

@FacuM
Last active January 3, 2019 00:57
Show Gist options
  • Select an option

  • Save FacuM/69a8ab36b4da58a0aa6faa3cfc6bd509 to your computer and use it in GitHub Desktop.

Select an option

Save FacuM/69a8ab36b4da58a0aa6faa3cfc6bd509 to your computer and use it in GitHub Desktop.
AOSP CAF Pie preview manifest (WIP), not buildable.
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<!-- GitHub -->
<remote name="github"
fetch="https://github.com/" />
<!-- Device -->
<project name="Harpia-development/device_motorola_harpia" path="device/motorola/harpia" remote="github" revision="aosp-caf_9" />
<project name="Harpia-development/device_motorola_msm8916-common" path="device/motorola/msm8916-common" remote="github" revision="9" />
<project name="Harpia-development/kernel_harpia.git" path="kernel/motorola/msm8916" remote="github" revision="9_backup" />
<project name="Harpia-development/vendor_motorola" path="vendor/motorola" remote="github" revision="pie" />
<!-- Linaro 7.3 kernel toolchain -->
<project name="dev-harsh1998/GCC_BUILDS" path="prebuilts/gcc/linux-x86/arm/arm-eabi-7.3" remote="github" revision="master" />
<!-- Boringssl -->
<project name="LineageOS/android_external_sony_boringssl-compat" path="external/sony/boringssl-compat" remote="github" revision="lineage-15.1" />
<project name="LineageOS/android_external_bson" path="external/bson" remote="github" revision="lineage-15.1" />
<!-- LinageOS custom policies (fixes camera) -->
<project name="Harpia-development/android_device_lineage_sepolicy" path="device/lineage/sepolicy" remote="github" revision="lineage-16.0" />
<!-- SELinux legacy policies -->
<project name="Harpia-development/android_device_qcom_sepolicy-legacy" path="device/qcom/sepolicy-legacy" remote="github" revision="lineage-16.0" />
<!-- FM Radio -->
<project name="PixelExperience/hardware_qcom_fm" path="hardware/qcom/fm" remote="github" revision="pie" />
<project name="PixelExperience/packages_apps_FMRadio" path="packages/apps/FMRadio" remote="github" revision="pie" />
<!-- Fixes "Failed to acquire lock" - tracking LineageOS -->
<project name="Harpia-development/android_hardware_qcom_power" path="hardware/qcom/power" remote="github" revision="lineage-16.0" />
<!-- Fixes missing deps in "display-caf" -->
<remove-project name="platform/hardware/qcom/display" />
<project name="PixysOS/hardware_qcom_display" path="hardware/qcom/display-caf/msm8916" remote="github" revision="pie-msm8916" />
<!-- Fixes missing deps in "bt-caf" -->
<remove-project name="platform/hardware/qcom/bt" />
<project name="PixysOS/hardware_qcom_bt" path="hardware/qcom/bt-caf" remote="github" revision="pie-caf" />
<!-- Fixes broken compilation in "media-caf" -->
<remove-project name="platform/hardware/qcom/media" />
<project name="PixysOS/hardware_qcom_media" path="hardware/qcom/media-caf/msm8916" remote="github" revision="pie-msm8916" />
<!-- Fixes broken compilation in "audio-caf" -->
<remove-project name="platform/hardware/qcom/audio" />
<project name="PixysOS/hardware_qcom_audio" path="hardware/qcom/audio-caf/msm8916" remote="github" revision="pie-msm8916" />
<!-- Fixes for errors in softap -->
<project name="Harpia-development/android_system_qcom" path="system/qcom" remote="github" revision="lineage-16.0" />
<!-- CAF dependencies (based off @Darkkk98's) -->
<remove-project name="device/qcom/common" />
<project name="piecaf/android_device_qcom_common" path="device/qcom/common" remote="github" revision="p">
<copyfile dest="build.sh" src="build.sh"/>
<linkfile dest="vendor/qcom/build/tasks/generate_extra_images.mk" src="generate_extra_images.mk"/>
<linkfile dest="disregard/Android.mk" src="stop_scan.mk"/>
</project>
<remove-project name="platform/vendor/qcom-opensource/interfaces" />
<!-- <project name="platform/vendor/qcom-opensource/interfaces" path="vendor/qcom/opensource/interfaces" remote="caf" revision="refs/tags/LA.UM.7.4.r1-04200-8x98.0" /> -->
<project name="platform/vendor/qcom-opensource/interfaces" path="vendor/qcom/opensource/interfaces" remote="caf" revision="refs/tags/LA.UM.7.6.2.r1-04800-89xx.0" />
</manifest>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment