From 3c9ffc00bf73e7c34f9cab966e4dfed5561fb7f0 Mon Sep 17 00:00:00 2001 From: pix106 Date: Sat, 6 Apr 2024 13:47:57 +0200 Subject: [PATCH] sdm660-common: drop camera shim remains --- extract-files.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/extract-files.sh b/extract-files.sh index 643a3a9d..86ea54fc 100755 --- a/extract-files.sh +++ b/extract-files.sh @@ -78,10 +78,6 @@ function blob_fixup() { "${PATCHELF}" --remove-needed "android.hidl.base@1.0.so" "${2}" ;; - vendor/lib/hw/camera.sdm660.so) - "${PATCHELF}" --add-needed camera.sdm660_shim.so "${2}" - ;; - esac device_blob_fixup "$@"