sm8250-common: Autopatch vendor.qti.hardware.camera.postproc impl

Change-Id: If9b730f83853a169066291c6787dd81d5609ac5e
This commit is contained in:
LuK1337
2022-03-24 11:17:21 +01:00
committed by Łukasz Patron
parent 56fb9175ca
commit 901baf95a9
2 changed files with 4 additions and 1 deletions

View File

@@ -66,6 +66,9 @@ function blob_fixup() {
vendor/lib64/hw/com.qti.chi.override.so)
sed -i "s/com.oem.autotest/\x00om.oem.autotest/" "${2}"
;;
vendor/lib64/vendor.qti.hardware.camera.postproc@1.0-service-impl.so)
"${SIGSCAN}" -p "1F 0A 00 94" -P "1F 20 03 D5" -f "${2}"
;;
esac
}