azwhikaru/Action-TWRP-Builder

build success but "Pattern 'workspace/out/target/product/mcaymanlm/recovery.img' does not match any files."

Closed this issue · 6 comments

I checked your record, is because twrp was not built yet
image
obviously, some errors have occurred
image

I checked your record, is because twrp was not built yet image obviously, some errors have occurred image

I tried to build OFPR using another repository and it also didn't generate recovery.img correctly
https://github.com/lonelyicer/Action-OFRP-Builder/releases/tag/6251241522

how can i fix it?

I cant help you fix device tree, sorry

https://github.com/lonelyicer/Action-OFRP-Builder/actions/runs/6251241522/job/16971929761 log here

I checked your record, is because twrp was not built yet image obviously, some errors have occurred image

I tried to build OFPR using another repository and it also didn't generate recovery.img correctly https://github.com/lonelyicer/Action-OFRP-Builder/releases/tag/6251241522

how can i fix it?

Simple. Your DT has BOARD_USES_RECOVERY_AS_BOOT := true
Your Action-OFRP-Builder show:
lunch twrp_mcaymanlm-eng && make clean && mka adbd recoveryimage -j$(nproc --all)
https://github.com/lonelyicer/Action-OFRP-Builder/actions/runs/6251241522/job/16971929761#step:10:7

You not compile recoveryimage since you use Virtual A/B so bootimage should compile!
https://github.com/lonelyicer/android_device_lge_mcaymanlm/blob/c33e0d4820e76ac6719c471ccaf124eca5449abb/BoardConfig.mk#L13

The ERROR is your!

https://github.com/lonelyicer/Action-OFRP-Builder/actions/runs/6251241522/job/16971929761 log here

I checked your record, is because twrp was not built yet image obviously, some errors have occurred image

I tried to build OFPR using another repository and it also didn't generate recovery.img correctly https://github.com/lonelyicer/Action-OFRP-Builder/releases/tag/6251241522
how can i fix it?

Simple. Your DT has BOARD_USES_RECOVERY_AS_BOOT := true Your Action-OFRP-Builder show: lunch twrp_mcaymanlm-eng && make clean && mka adbd recoveryimage -j$(nproc --all) https://github.com/lonelyicer/Action-OFRP-Builder/actions/runs/6251241522/job/16971929761#step:10:7

You not compile recoveryimage since you use Virtual A/B so bootimage should compile! https://github.com/lonelyicer/android_device_lge_mcaymanlm/blob/c33e0d4820e76ac6719c471ccaf124eca5449abb/BoardConfig.mk#L13

The ERROR is your!

Bro, I also have the same problem. Can you please check where my problem is? Thank you very much.

https://github.com/yunzimo/Action-TWRP-Builder/actions/runs/8586763156/job/23529608893

and My DT

https://github.com/yunzimo/android_device_vivo_PD2121