diff options
Diffstat (limited to 'extract-files.sh')
-rwxr-xr-x | extract-files.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/extract-files.sh b/extract-files.sh index 6c11d69..031451a 100755 --- a/extract-files.sh +++ b/extract-files.sh @@ -61,7 +61,9 @@ fi function blob_fixup() { case "${1}" in - + product/lib64/libdpmframework.so) + "${PATCHELF}" --add-needed "libshim_dpmframework.so" "${2}" + ;; vendor/bin/mlipayd@1.1) "${PATCHELF}" --remove-needed vendor.xiaomi.hardware.mtdservice@1.0.so "${2}" ;; |