diff options
author | Steven Moreland <smoreland@google.com> | 2017-03-15 14:08:58 -0700 |
---|---|---|
committer | Steven Moreland <smoreland@google.com> | 2017-03-23 19:49:37 +0000 |
commit | c8e2b3f7c55104029604f36b0b1d4a770de97c3b (patch) | |
tree | 6935997af95fdb9723a29381ca6384b6f4cad807 /vr/1.0 | |
parent | 3eebe248e581979b4676f5a627a26d5f82f2e01a (diff) | |
download | platform_hardware_interfaces-c8e2b3f7c55104029604f36b0b1d4a770de97c3b.tar.gz platform_hardware_interfaces-c8e2b3f7c55104029604f36b0b1d4a770de97c3b.tar.bz2 platform_hardware_interfaces-c8e2b3f7c55104029604f36b0b1d4a770de97c3b.zip |
Remove viral readproc group dependency.
This has been copy pasted and isn't actually required.
Test: all hals manually tested to work on internal marlin (which have them binderized).
Note: tv hals not tested (and they never have been). Filed b/36562029
Note: for thermal hal, could only run VTS/check logs for errors.
Test: lshal outputs proper stuff
Fixes: 31928447
Change-Id: Id1be584dc0fa2d70e9189b922335146bf6d1382d
Diffstat (limited to 'vr/1.0')
-rw-r--r-- | vr/1.0/default/android.hardware.vr@1.0-service.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vr/1.0/default/android.hardware.vr@1.0-service.rc b/vr/1.0/default/android.hardware.vr@1.0-service.rc index ba43302534..bcc641634f 100644 --- a/vr/1.0/default/android.hardware.vr@1.0-service.rc +++ b/vr/1.0/default/android.hardware.vr@1.0-service.rc @@ -1,4 +1,4 @@ service vr-1-0 /vendor/bin/hw/android.hardware.vr@1.0-service class hal user system - group system readproc + group system |