commit | c8e2b3f7c55104029604f36b0b1d4a770de97c3b | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Wed Mar 15 14:08:58 2017 -0700 |
committer | Steven Moreland <smoreland@google.com> | Thu Mar 23 19:49:37 2017 +0000 |
tree | 6935997af95fdb9723a29381ca6384b6f4cad807 | |
parent | 3eebe248e581979b4676f5a627a26d5f82f2e01a [diff] |
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
diff --git a/graphics/allocator/2.0/default/android.hardware.graphics.allocator@2.0-service.rc b/graphics/allocator/2.0/default/android.hardware.graphics.allocator@2.0-service.rc index c4715cd..3e2edda 100644 --- a/graphics/allocator/2.0/default/android.hardware.graphics.allocator@2.0-service.rc +++ b/graphics/allocator/2.0/default/android.hardware.graphics.allocator@2.0-service.rc
@@ -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
diff --git a/graphics/composer/2.1/default/android.hardware.graphics.composer@2.1-service.rc b/graphics/composer/2.1/default/android.hardware.graphics.composer@2.1-service.rc index 4f01bd9..b6060db 100644 --- a/graphics/composer/2.1/default/android.hardware.graphics.composer@2.1-service.rc +++ b/graphics/composer/2.1/default/android.hardware.graphics.composer@2.1-service.rc
@@ -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