aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChangyeon Jo <changyeon@google.com>2024-02-16 11:52:31 +0000
committerChangyeon Jo <changyeon@google.com>2024-02-16 17:46:58 +0000
commit6904d106a6d85543c382cf3a030da615edd37234 (patch)
treefebcaa2bcd0a9e45fbc00dc2f27a69577de3798c
parent8a41337e52849dc6c0c261888716994253b734d9 (diff)
downloadcuttlefish-6904d106a6d85543c382cf3a030da615edd37234.tar.gz
Start Automotive Display after file systems get mounted
Automotive Dipslay service also needs to start after APEX gets mounted on cuttlefish targets, to be able to use gralloc-mapper service. Bug: 325029533 Test: atest CarEvsManagerTest Change-Id: I2ab63d1d975a694d42b493734f2cbd5d5ff370f9
-rw-r--r--shared/auto/evs/init.evs.rc7
1 files changed, 4 insertions, 3 deletions
diff --git a/shared/auto/evs/init.evs.rc b/shared/auto/evs/init.evs.rc
index 8db0bbbc8..c885b2c37 100644
--- a/shared/auto/evs/init.evs.rc
+++ b/shared/auto/evs/init.evs.rc
@@ -1,7 +1,8 @@
-on late-init
- start cardisplayproxyd
-
on post-fs-data
+ # cardisplayproxyd and vendor.evs-hal-cf services need to be started
+ # after the file system gets mounted and therefore their dependent services
+ # become available.
+ start cardisplayproxyd
start vendor.evs-hal-cf
start evs_manager_cf