sanders: Dirty fix to keep camera hal on boot stage

* This prevents from hal running setCameraLaunchStatus
* service.bootanim.exit -> service.bootanim.hold

Change-Id: Ia362d9f6c579d7863c815beae51b0147b4a1369d
This commit is contained in:
Erfan Abdi
2019-09-09 02:20:51 +04:30
committed by Jorge Lucas
parent f72720d601
commit 1b2f463bd4

View File

@@ -21,6 +21,10 @@
function blob_fixup() {
case "${1}" in
vendor/lib/hw/camera.msm8953.so)
sed -i "s|service.bootanim.exit|service.bootanim.hold|g" "${2}"
;;
esac
}