Merge "Start hwservicemanager earlier."

This commit is contained in:
Treehugger Robot 2017-03-23 03:39:39 +00:00 committed by Gerrit Code Review
commit fcd509298d
1 changed files with 6 additions and 2 deletions

View File

@ -346,6 +346,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
@ -586,8 +589,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