sdm660-common: drop camera shim remains

This commit is contained in:
pix106 2024-04-06 13:47:57 +02:00 committed by CakesTwix
parent 3acd30d5f0
commit 3c9ffc00bf
Signed by: CakesTwix
GPG key ID: 7B11051D5CE19825

View file

@ -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 "$@"