Skip to content
Snippets Groups Projects
Commit 2fbc9b6c authored by Alex Klyubin's avatar Alex Klyubin Committed by android-build-merger
Browse files

Merge "Move Graphics Allocator HAL IPC rules to proper location" am: 10184efa am: c4ec1e00

am: a25d9022

Change-Id: Iee58e7c59dd2c0da041aba7083b70a8a9d6de715
parents c65005ed a25d9022
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,6 @@ read_runtime_log_tags(surfaceflinger) ...@@ -9,7 +9,6 @@ read_runtime_log_tags(surfaceflinger)
# Perform HwBinder IPC. # Perform HwBinder IPC.
hwbinder_use(surfaceflinger) hwbinder_use(surfaceflinger)
binder_call(surfaceflinger, hal_graphics_allocator)
hal_client_domain(surfaceflinger, hal_graphics_allocator) hal_client_domain(surfaceflinger, hal_graphics_allocator)
binder_call(surfaceflinger, hal_graphics_composer) binder_call(surfaceflinger, hal_graphics_composer)
hal_client_domain(surfaceflinger, hal_graphics_composer) hal_client_domain(surfaceflinger, hal_graphics_composer)
......
# HwBinder IPC from client to server
binder_call(hal_graphics_allocator_client, hal_graphics_allocator_server)
# GPU device access # GPU device access
allow hal_graphics_allocator gpu_device:chr_file rw_file_perms; allow hal_graphics_allocator gpu_device:chr_file rw_file_perms;
allow hal_graphics_allocator ion_device:chr_file r_file_perms; allow hal_graphics_allocator ion_device:chr_file r_file_perms;
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