flo: rootdir: Start camera server in early_hal class

Starting it in early-boot unfortunately made it not load when
device was encrypted.

Change-Id: I62ab18927d5c9522bc70c4221a89f0489feb9f03
This commit is contained in:
Arne Coucheron 2020-12-20 09:21:48 +01:00 committed by followmsi
parent 152e763519
commit 52bb1cf88a
1 changed files with 1 additions and 4 deletions

View File

@ -56,8 +56,6 @@ on early-boot
# set RLIMIT_MEMLOCK to 64MB
setrlimit 8 67108864 67108864
start qcamerasvr
# Busy loop to wait for devices booted by devstart_sh just in case device not ready
exec - root root system -- /vendor/bin/init.qcom.devwait.sh
@ -351,10 +349,9 @@ service mpdecision /vendor/bin/mpdecision --avg_comp
disabled
service qcamerasvr /vendor/bin/mm-qcamera-daemon
class main
class early_hal
user camera
group camera system inet input
disabled
service wcnss_init /vendor/bin/init.flo.wifi.sh
class late_start