Revert "Start hwservicemanager earlier."

This reverts commit 9e36331174.

Reason for revert: a DOA device

Bug: 36546734

Change-Id: I0456247d362fe43b8c37623d04432eb494f68f68
This commit is contained in:
Steven Moreland 2017-03-24 05:43:06 +00:00
parent 9e36331174
commit 5011270225
1 changed files with 2 additions and 6 deletions

View File

@ -355,9 +355,6 @@ 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
@ -598,9 +595,8 @@ on boot
# Define default initial receive window size in segments.
setprop net.tcp.default_init_rwnd 60
# Start standard binderized HAL daemons
class_start hal
# Start all binderized HAL daemons
start hwservicemanager
class_start core
on nonencrypted