Merge "Start hwservicemanager earlier." am: fcd509298d am: 0a85db775e

am: 6c546660d9

Change-Id: Ifd4e04fef289f8ece3884434efa1a3c6d47890fa
This commit is contained in:
Steven Moreland 2017-03-23 03:53:01 +00:00 committed by android-build-merger
commit 2b9a3391d0
1 changed files with 6 additions and 2 deletions

View File

@ -347,6 +347,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
@ -587,8 +590,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