From 35286ad71204ce075712e5b7bfa9fd9ab496975f Mon Sep 17 00:00:00 2001 From: Pinak0047 <152136628+Pinak0047@users.noreply.github.com> Date: Thu, 21 Dec 2023 10:17:46 +0530 Subject: [PATCH] Update Recovery-Builder-TWRP.yml Signed-off-by: Pinak0047 <152136628+Pinak0047@users.noreply.github.com> --- .github/workflows/Recovery-Builder-TWRP.yml | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) diff --git a/.github/workflows/Recovery-Builder-TWRP.yml b/.github/workflows/Recovery-Builder-TWRP.yml index 8b5818d..ae85c67 100644 --- a/.github/workflows/Recovery-Builder-TWRP.yml +++ b/.github/workflows/Recovery-Builder-TWRP.yml @@ -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 }} @@ -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