diff options
author | Chia-I Wu <olv@google.com> | 2018-06-18 23:23:50 -0400 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2018-09-26 15:22:06 +0200 |
commit | 774570632607a3af41cd34bf69258c28b9b3d049 (patch) | |
tree | 4a7f871c252a357d72af54942d954310f8279d5b /rootdir/etc/init.qcom.rc | |
parent | d29448ad00e918b6ed5122a90e43d2515c11f012 (diff) |
msm8996-common: Start hwservicemanager early
Test: builds and boots
Bug: 35173320
Change-Id: I9f060904174103a6a145a83cbb4c100728ff6df6
Diffstat (limited to 'rootdir/etc/init.qcom.rc')
-rw-r--r-- | rootdir/etc/init.qcom.rc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 89990c3..134a11c 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -58,6 +58,7 @@ on fs on late-fs # Start services for bootanim + start hwservicemanager start servicemanager start surfaceflinger start bootanim |