Starts Automotive Display service on boot

This CL removes 'disable' option from the automotive display service's
rc file to start the service automatically.

Bug: 156293203
Test: Confirmed the service from lshal result
Change-Id: Ie6601ce3a5b956bf6c55be0dc35bbcb23029eda9
This commit is contained in:
Changyeon Jo 2020-06-08 14:13:13 -07:00
parent 607a0c6d5a
commit 038c27eb32

View file

@ -2,4 +2,3 @@ service automotive_display /system/bin/android.frameworks.automotive.display@1.0
class hal
user graphics
group automotive_evs
disabled # will not automatically start with its class; must be explicitly started.