mirror of
https://github.com/followmsi/android_device_asus_deb.git
synced 2024-11-06 22:06:28 +00:00
deb: 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:
parent
091a6e3d57
commit
6f2e38f76d
1 changed files with 1 additions and 4 deletions
|
@ -46,8 +46,6 @@ on early-boot
|
|||
# set RLIMIT_MEMLOCK to 64MB
|
||||
setrlimit 8 67108864 67108864
|
||||
|
||||
start qcamerasvr
|
||||
|
||||
on boot
|
||||
#Create QMUX deamon socket area
|
||||
mkdir /dev/socket/qmux_radio 0770 radio radio
|
||||
|
@ -336,10 +334,9 @@ service mpdecision /vendor/bin/mpdecision --avg_comp
|
|||
group root readproc system
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue