Skip to content

Commit

Permalink
Added arm32 device support for ldcheck.
Browse files Browse the repository at this point in the history
  • Loading branch information
carlodandan authored Dec 8, 2022
1 parent 404e73b commit b29b9f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Recovery-Builder-TWRP.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,6 @@ jobs:
- name: Run LDCheck
run: |
cd workspace/out/target/product/${{ github.event.inputs.DEVICE_NAME }}/recovery/root
python3 ldcheck -p system/lib64:vendor/lib64 -d ${{ github.event.inputs.FILE_TO_CHECK }}
python3 ldcheck -p system/lib64:vendor/lib64:system/lib:vendor/lib -d ${{ github.event.inputs.FILE_TO_CHECK }}
echo "Done checking missing dependencies. Review, and reconfigure your tree."
continue-on-error: true

0 comments on commit b29b9f8

Please sign in to comment.