Remove starting servicemanagers

All servicemanagers are started in rootdir/init.rc's `on init`
trigger, so there's no need to start them manually in device specific
rc files.

Test: boot
Change-Id: Ibdea8d5289322aae49af50e325beb793936ea525
This commit is contained in:
Tom Cherry
2018-10-23 19:55:13 -07:00
parent c6f5e8358f
commit 31d06b3b05

View File

@@ -160,8 +160,6 @@ on init
write /proc/sys/vm/page-cluster 0
on fs
# Start HW service manager early
start hwservicemanager
mount_all /vendor/etc/fstab.${ro.hardware} --early
mkdir /persist/data 0700 system system