Merge "Start hwservicemanager earlier." am: fcd509298d
am: 0a85db775e
Change-Id: I244eae87c9545432d4fc93ccb6dab77b1a564448
This commit is contained in:
commit
6c546660d9
1 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue