mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
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
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
service gralloc-2-0 /vendor/bin/hw/android.hardware.graphics.allocator@2.0-service
|
||||
class hal
|
||||
user system
|
||||
group graphics drmrpc readproc
|
||||
group graphics drmrpc
|
||||
onrestart restart surfaceflinger
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
service hwcomposer-2-1 /vendor/bin/hw/android.hardware.graphics.composer@2.1-service
|
||||
class hal
|
||||
user system
|
||||
group graphics drmrpc readproc
|
||||
group graphics drmrpc
|
||||
capabilities SYS_NICE
|
||||
onrestart restart surfaceflinger
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
service sensors-hal-1-0 /vendor/bin/hw/android.hardware.sensors@1.0-service
|
||||
class main
|
||||
user system
|
||||
group system readproc
|
||||
group system
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
service thermal-hal-1-0 /vendor/bin/hw/android.hardware.thermal@1.0-service
|
||||
class hal
|
||||
user system
|
||||
group system readproc
|
||||
group system
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
service tv-input-1-0 /vendor/bin/hw/android.hardware.tv.input@1.0-service
|
||||
class hal
|
||||
user system
|
||||
group system readproc
|
||||
group system
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
service vibrator-1-0 /vendor/bin/hw/android.hardware.vibrator@1.0-service
|
||||
class hal
|
||||
user system
|
||||
group system readproc
|
||||
group system
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user