summaryrefslogtreecommitdiff
path: root/extract-files.sh
diff options
context:
space:
mode:
Diffstat (limited to 'extract-files.sh')
-rwxr-xr-xextract-files.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/extract-files.sh b/extract-files.sh
index 8528cec..c50bac1 100755
--- a/extract-files.sh
+++ b/extract-files.sh
@@ -73,6 +73,7 @@ function blob_fixup() {
vendor/lib/hw/camera.sdm660.so)
patchelf --replace-needed libMiWatermark.so libMiWatermark_shim.so "${2}"
+ patchelf --add-needed libcamera_sdm660_shim.so "${2}"
;;
esac
}