Main repository for the manifest files used to get the Meow Universal Recovery Project sources.
Note
Make sure you have enough space to store MURP source code.
Caution
Not ready for building, bugs may occur.
First, create new folder and cd to it:
mkdir MURP && cd MURP
Then, sync source code:
repo init --depth=1 -u https://github.com/Meow-Universal-Recovery-Project/manifest.git -b main
repo sync -jX
Clone your devie-specific repositories and start building:
export ALLOW_MISSING_DEPENDENCIES=true
export FOX_BUILD_DEVICE=<device>
export LC_ALL="C"
source build/envsetup.sh
for the 11.0 (or higher) branch, if the device has a separate recovery partition
lunch twrp_<device>-eng && mka adbd recoveryimage
for the 11.0 (or higher) branch, with A/B partitioning, and no separate recovery partition
lunch twrp_<device>-eng && mka adbd bootimage
for the 12.1 (or higher) branch, vendor_boot-as-recovery builds [this is highly experimental and unsupported!]
lunch twrp_<device>-eng && mka adbd vendorbootimage