Last active
May 19, 2019 07:30
-
-
Save FacuM/7dfe3b247f48cebbf807202225e4d551 to your computer and use it in GitHub Desktop.
Kraken Pie manifest.
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> | |
<!-- Device --> | |
<project name="Harpia-development/device_motorola_harpia" path="device/motorola/harpia" remote="github" revision="kraken_9" /> | |
<project name="Harpia-development/device_motorola_msm8916-common" path="device/motorola/msm8916-common" remote="github" revision="9" /> | |
<project name="Harpia-development/kernel_motorola_msm8916" path="kernel/motorola/msm8916" remote="github" revision="pie_cust" /> | |
<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_bson" path="external/bson" remote="github" revision="lineage-15.1" /> | |
<!-- SELinux --> | |
<remove-project name="device_qcom_sepolicy-legacy" /> | |
<project name="Harpia-development/android_device_qcom_sepolicy-legacy" path="device/qcom/sepolicy-legacy" remote="github" revision="cosp_9" /> | |
<!-- Fixes missing deps in "display-caf" --> | |
<remove-project name="android_hardware_qcom_display" path="hardware/qcom/display-caf/msm8916" /> | |
<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="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="android_hardware_qcom_media" path="hardware/qcom/media-caf/msm8916" /> | |
<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="android_hardware_qcom_audio" path="hardware/qcom/audio-caf/msm8916" /> | |
<project name="PixysOS/hardware_qcom_audio" path="hardware/qcom/audio-caf/msm8916" remote="github" revision="pie-msm8916" /> | |
<!-- GCC: drop Darwin toolchain temporarily. --> | |
<remove-project name="platform/prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9" /> | |
</manifest> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment