summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Bestas <mkbestas@gmail.com>2024-09-11 09:56:08 +0300
committerMichael Bestas <mkbestas@lineageos.org>2024-09-24 21:08:18 +0300
commit47871b1cd62c6d2ea817734b9c57d900c722d139 (patch)
tree1d58073ba554cf0d00f6dfd395d33a9a85249a5b
parent29e65aefad9743b3865ee87157d8415fd7616226 (diff)
barbet: Shim libgooglecamerahal with libmeminfo_shim
Change-Id: Idd9dc2fa4eecf1a35fc18218bca662c95b7e3deb
-rwxr-xr-xextract-files.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/extract-files.sh b/extract-files.sh
index a7b1ee6..a1e0234 100755
--- a/extract-files.sh
+++ b/extract-files.sh
@@ -81,6 +81,10 @@ function blob_fixup() {
[ "$2" = "" ] && return 0
"${PATCHELF}" --add-needed "libcrypto_shim.so" "${2}"
;;
+ vendor/lib64/libgooglecamerahal.so)
+ [ "$2" = "" ] && return 0
+ "${PATCHELF}" --add-needed "libmeminfo_shim.so" "${2}"
+ ;;
*)
return 1
;;