Start hwservicemanager earlier.

Also start hals where hwservicemanager was started before.

Bug: 36278706
Test: internal marlin+angler boots
Change-Id: Ia55d2ef747fcbd086a09e1bb856824b14343118b
This commit is contained in:
Steven Moreland 2017-03-22 09:17:11 -07:00
parent 249836158e
commit 9e36331174

View file

@ -355,6 +355,9 @@ on post-fs
# create the lost+found directories, so as to enforce our permissions
mkdir /cache/lost+found 0770 root root
on late-fs
start hwservicemanager
on post-fs-data
# We chown/chmod /data again so because mount is run as root + defaults
chown system system /data
@ -595,8 +598,9 @@ on boot
# Define default initial receive window size in segments.
setprop net.tcp.default_init_rwnd 60
# Start all binderized HAL daemons
start hwservicemanager
# Start standard binderized HAL daemons
class_start hal
class_start core
on nonencrypted