diff --git a/extract-files.sh b/extract-files.sh index e23a0dd..2e4ee64 100755 --- a/extract-files.sh +++ b/extract-files.sh @@ -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 }