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:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user