diff options
Diffstat (limited to 'extract-files.sh')
| -rwxr-xr-x | extract-files.sh | 4 |
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 ;; |
