summaryrefslogtreecommitdiffstats
path: root/allocator/android.hardware.graphics.allocator@2.0-service.rc
diff options
context:
space:
mode:
Diffstat (limited to 'allocator/android.hardware.graphics.allocator@2.0-service.rc')
-rw-r--r--allocator/android.hardware.graphics.allocator@2.0-service.rc18
1 files changed, 18 insertions, 0 deletions
diff --git a/allocator/android.hardware.graphics.allocator@2.0-service.rc b/allocator/android.hardware.graphics.allocator@2.0-service.rc
new file mode 100644
index 0000000..c2a34fb
--- /dev/null
+++ b/allocator/android.hardware.graphics.allocator@2.0-service.rc
@@ -0,0 +1,18 @@
+# This is modified version of the file at
+# hardware/interfaces/graphics/allocator/2.0/default/android.hardware.graphics.allocator@2.0-service.rc
+
+# Here we override and disable the gralloc service. Custom init.rc
+# script needs to start the service in order to prevent a race condition
+# with gbm_gralloc and drm_hwcomposer both opening /dev/dri/card0
+# node, meaning gbm_gralloc might get DRM Master status if it gets
+# started first. This would lead to drm_hwcomposer not working.
+
+service vendor.gralloc-2-0 /vendor/bin/hw/android.hardware.graphics.allocator@2.0-service
+ override
+ disabled
+ class hal animation
+ interface android.hardware.graphics.allocator@2.0::IAllocator default
+ user system
+ group graphics drmrpc
+ capabilities SYS_NICE
+ onrestart restart surfaceflinger