Revert "sm8250-common: Don't call configureRpcThreadpool for camera postproc impl"

This reverts commit 7dffcc1c5846c1284337a37ac34b33c3b14d2fa4.

Reason: We don't need this on sm73250-common as we have A12 stock ROMs
Change-Id: I772856a78a70314f4390e19b5c68da706f0d76a6
This commit is contained in:
Marc Bourgoin 2022-12-13 17:20:26 -07:00
parent e2d929f309
commit 59435f6e00

View File

@ -69,10 +69,6 @@ function blob_fixup() {
vendor/etc/vintf/manifest/vendor.dolby.media.c2@1.0-service.xml)
sed -ni '/default1/!p' "${2}"
;;
vendor/lib64/vendor.qti.hardware.camera.postproc@1.0-service-impl.so)
hexdump -ve '1/1 "%.2X"' "${2}" | sed "s/130A0094/1F2003D5/g" | xxd -r -p > "${TMPDIR}/${1##*/}"
mv "${TMPDIR}/${1##*/}" "${2}"
;;
esac
}