commit | e70dd7a71a4c6280da52f32f8529a63be706ddc2 | [log] [tgz] |
---|---|---|
author | Scott Randolph <randolphs@google.com> | Fri May 26 11:58:10 2017 -0700 |
committer | Scott Randolph <randolphs@google.com> | Tue May 30 18:53:46 2017 -0700 |
tree | 3b768a66d25c32664c3fb08fc321477004944a06 | |
parent | 2912d05274f47f1e8b7e50d410e69f6c22981e84 [diff] [blame] |
Put correct user/group in EVS mock driver .rc file If this module is included on a target platform, it will start at boot time (but not very early) since it isn't actually need for backing up a real car. This makes it available for testing. Test: build gordon_peak Change-Id: I79bc2dafa1a8db579a1c3cc801bac8e4e1d01872
diff --git a/automotive/evs/1.0/default/android.hardware.automotive.evs@1.0-service.rc b/automotive/evs/1.0/default/android.hardware.automotive.evs@1.0-service.rc index 8957ecf..16d521d 100644 --- a/automotive/evs/1.0/default/android.hardware.automotive.evs@1.0-service.rc +++ b/automotive/evs/1.0/default/android.hardware.automotive.evs@1.0-service.rc
@@ -1,4 +1,4 @@ -service evs-hal-1-0 /vendor/bin/hw/android.hardware.automotive.evs@1.0-service +service evs-hal-mock /vendor/bin/hw/android.hardware.automotive.evs@1.0-service class hal - user cameraserver - group camera + user automotive_evs + group automotive_evs