Skip to content
Snippets Groups Projects
Commit 8a708481 authored by Chia-I Wu's avatar Chia-I Wu Committed by android-build-merger
Browse files

Merge "Allow hwcomposer to change scheduling policy" am: daeb5e01 am: a240947e

am: fdace232

Change-Id: I1bf9fc75321e57e9cf4c75b2fb46b66adfa1b720
parents e15d68a4 fdace232
No related branches found
No related tags found
No related merge requests found
...@@ -14,3 +14,6 @@ allow hal_graphics_composer graphics_device:chr_file rw_file_perms; ...@@ -14,3 +14,6 @@ allow hal_graphics_composer graphics_device:chr_file rw_file_perms;
allow hal_graphics_composer system_server:fd use; allow hal_graphics_composer system_server:fd use;
allow hal_graphics_composer bootanim:fd use; allow hal_graphics_composer bootanim:fd use;
allow hal_graphics_composer appdomain:fd use; allow hal_graphics_composer appdomain:fd use;
# allow self to set SCHED_FIFO
allow hal_graphics_composer self:capability sys_nice;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment