aboutsummaryrefslogtreecommitdiff
path: root/extract-files.sh
diff options
context:
space:
mode:
authordaniml3 <daniel@danielml.dev>2022-08-19 13:56:19 +0200
committersinanmohd <pcmsinan@gmail.com>2023-01-05 21:30:23 +0530
commit9a0a2da53003775eb965207e47fd84c607d001da (patch)
tree47b3fe70c9fdd38419f8bf1ee15a3c86705e1834 /extract-files.sh
parentb6d1b58c7f04751e9440e6a09ef1f6c4971c420b (diff)
veux: shim the GetPreviewImageData symbol on libpiex
Signed-off-by: daniml3 <daniel@danielml.dev>
Diffstat (limited to 'extract-files.sh')
-rwxr-xr-xextract-files.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/extract-files.sh b/extract-files.sh
index 96e4a74..7876bef 100755
--- a/extract-files.sh
+++ b/extract-files.sh
@@ -53,7 +53,8 @@ function blob_fixup() {
case "${1}" in
vendor/lib64/camera/components/com.qti.node.mialgocontrol.so)
llvm-strip --strip-debug "${2}"
- ;;
+ "${PATCHELF}" --add-needed "libpiex_shim.so" "${2}"
+ ;;
esac
}