Skip to content

Instantly share code, notes, and snippets.

@FacuM
Created September 29, 2019 09:23
Show Gist options
  • Save FacuM/3351c917b409e6a448e582d070bef9f8 to your computer and use it in GitHub Desktop.
Save FacuM/3351c917b409e6a448e582d070bef9f8 to your computer and use it in GitHub Desktop.
Recovery manifest for pretty much all of them (based off Omni's TWRP), everything is working.
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<!-- Device -->
<project name="Harpia-development/device_motorola_harpia" path="device/motorola/harpia" remote="github" revision="recovery_ten" />
<project name="Harpia-development/device_motorola_msm8916-common" path="device/motorola/msm8916-common" remote="github" revision="recovery_ten" />
<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="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" />
<!-- DTBTool -->
<project name="LineageOS/android_system_tools_dtbtool" path="system/tools/dtbtool" remote="github" revision="lineage-17.0" />
</manifest>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment