summaryrefslogtreecommitdiff
path: root/extract-files.sh
diff options
context:
space:
mode:
Diffstat (limited to 'extract-files.sh')
-rwxr-xr-xextract-files.sh4
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}"
;;