/Custom-Recovery-Builder

Custom Recovery Builder with LDChecker

Primary LanguagePython

Custom Recovery Builder

Compile your first custom recovery via Github Actions - with ldcheck setup. This workflow supports both TWRP and PBRP, you can use it with other custom recovery as well, but you have to modify the yaml config yourself.

How to Use

  1. Fork this repository.

  2. Go to Action tab > All workflows > Pick which Build you need (TWRP or PBRP) > Run workflow, then pick required information from each drop-down list:

  • Manifest Branch (*12.1, *11.0, etc.)
  • Device Tree (Your device tree repository link)
  • Device Tree Branch (Your device tree repository branch)
  • Device Name (Your device codename)
  • Device Path (device/brand/codename)
  • Build Target (boot, reecovery, vendorboot)
  • LDCHECK (check or ignore)
    • LDCHECK is for checking file or binary dependencies with other files, to detect whether your tree has missing files, especially for decryption problem. This workflow were set to target qseecomd (for QCom) and teei_daemon/mcDriverDaemon (for MTK). You have to manually change ldcheck setup in yml config to target other files.
    • If you are building manually/locally and you want to use ldcheck for checking dependencies, visit THIS this for guide.

Notes

  • Initially, this workflow only supports up to 4 branches for manifest 9.0 to 12.1, if you build below 9.0, add it yourself.

Credits