![]() Update checkout and setup-java from v3 to v4 to run on Node 20. Fixes CI warnings: > Node.js 16 actions are deprecated. > Please update the following actions to use Node.js 20: > actions/checkout@v3, actions/setup-java@v3. > For more information see: > https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/. |
||
---|---|---|
.github/workflows | ||
tools | ||
README.md |
Lazy Action Recovery Builder |TWRP / PBRP / OFRP / SHRP|
Compile your first custom recovery via Github Actions - with ldcheck setup.
How to Use
-
Fork this repository.
-
Go to
Action
tab >All workflows
> Pick which Build you need (TWRP or PBRP or OFRP or SHRP
) >Run workflow
, then pick required information from each drop-down list:
- Manifest Branch (*12.1, *11.0, *10.0, *9.0, *8.1, *7.1, *6.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 (path to your target binary file, ie.
system/bin/qseecomd
)- If you are building manually/locally and you want to use ldcheck for checking dependencies, visit THIS this for guide.
Thanks/Credits
- CaptainThrowback
- azwhikaru
- cd-Crypton
- that1
- carlodandan
- And to all Contributors in every repositories and scripts I used.