Skip to content

Commit

Permalink
Update Recovery-Builder-TWRP.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Pinak0047 <[email protected]>
  • Loading branch information
Pinak0047 authored Dec 21, 2023
1 parent e895782 commit 35286ad
Showing 1 changed file with 3 additions and 16 deletions.
19 changes: 3 additions & 16 deletions .github/workflows/Recovery-Builder-TWRP.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,7 @@ on:
- boot
- recovery
- vendorboot
LDCHECK:
description: 'Path of blobs to check' # Use it know what kind of dependencies your missing for decryption blobs.
required: true
default: 'system/bin/qseecomd'


jobs:
build:
name: Build TWRP by ${{ github.actor }}
Expand Down Expand Up @@ -177,14 +173,5 @@ jobs:
body: |
Build: ${{ github.event.inputs.MANIFEST_BRANCH }}
Device: [Device Tree/Branch](${{ github.event.inputs.DEVICE_TREE }}/tree/${{ github.event.inputs.DEVICE_TREE_BRANCH }})
Commit: Most recent [commit](${{ github.event.inputs.DEVICE_TREE }}/commit/${{ env.COMMIT_ID }}) during building.
- name: Run LDCheck
run: |
cd tools
mv -n libneeds ${GITHUB_WORKSPACE}/android-recovery/out/target/product/${{ github.event.inputs.DEVICE_NAME }}/recovery/root/
mv -n ldcheck ${GITHUB_WORKSPACE}/android-recovery/out/target/product/${{ github.event.inputs.DEVICE_NAME }}/recovery/root/
cd ../android-recovery/out/target/product/${{ github.event.inputs.DEVICE_NAME }}/recovery/root
python3 ldcheck -p system/lib64:vendor/lib64:system/lib:vendor/lib -d ${{ github.event.inputs.LDCHECK }}
echo "Done checking missing dependencies. Review, and reconfigure your tree."
continue-on-error: true
Commit: Most recent [commit](${{ github.event.inputs.DEVICE_TREE }}/commit/${{ env.COMMIT_ID }}) during building
continue-on-error: true

0 comments on commit 35286ad

Please sign in to comment.