Last active
January 16, 2019 03:30
-
-
Save FacuM/4f123c25d8e4b95349f3613fc74e178d to your computer and use it in GitHub Desktop.
CarbonROM 7.0 (Android 9.0) Pie manifest, everything working.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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="cr-7.0" /> | |
<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" /> | |
<!-- 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_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) --> | |
<remove-project name="CarbonROM/android_device_carbon_sepolicy" /> | |
<project name="Harpia-development/android_device_carbon_sepolicy" path="device/carbon/sepolicy" remote="github" revision="cr-7.0" /> | |
<!-- SELinux --> | |
<remove-project name="LineageOS/android_device_qcom_sepolicy-legacy" /> | |
<project name="Harpia-development/android_device_qcom_sepolicy-legacy" path="device/qcom/sepolicy-legacy" remote="github" revision="lineage-16.0" /> | |
<!-- FM Radio --> | |
<remove-project name="CarbonROM/android_hardware_qcom_fm" /> | |
<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 --> | |
<remove-project name="LineageOS/android_hardware_qcom_power" /> | |
<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="LineageOS/android_hardware_qcom_display" /> | |
<project name="Harpia-development/hardware_qcom_display" path="hardware/qcom/display-caf/msm8916" remote="github" revision="pie-msm8916" /> | |
<!-- Fixes missing deps in "bt-caf" --> | |
<remove-project name="CarbonROM/android_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="LineageOS/android_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="LineageOS/android_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 --> | |
<remove-project name="CarbonROM/android_system_qcom" /> | |
<project name="Harpia-development/android_system_qcom" path="system/qcom" remote="github" revision="lineage-16.0" /> | |
<!-- CarbonROM dependencies --> | |
<!-- Fixes Wi-Fi --> | |
<remove-project name="CarbonROM/android_hardware_qcom_wlan" /> | |
<project name="LineageOS/android_hardware_qcom_wlan" path="hardware/qcom/wlan" remote="github" revision="lineage-16.0" /> | |
<project name="LineageOS/android_hardware_qcom_wlan" path="hardware/qcom/wlan-caf" remote="github" revision="lineage-16.0-caf" /> | |
<remove-project name="CarbonROM/android_hardware_libhardware_legacy" /> | |
<project name="LineageOS/android_hardware_libhardware_legacy" path="hardware/libhardware_legacy" remote="github" revision="lineage-16.0" /> | |
</manifest> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment