Skip to content
Snippets Groups Projects
Commit b41ff1e4 authored by Yin-Chia Yeh's avatar Yin-Chia Yeh Committed by android-build-merger
Browse files

Merge "Camera: allow cameraserver access hal_graphics_allocator" am: 1222ece9 am: c4eea0f1

am: 5f4f0333

Change-Id: I6c81f00f683d4c56007f6fe61bd104d4604e5904
parents 529a9f43 5f4f0333
No related branches found
No related tags found
No related merge requests found
...@@ -5,9 +5,11 @@ type cameraserver_exec, exec_type, file_type; ...@@ -5,9 +5,11 @@ type cameraserver_exec, exec_type, file_type;
binder_use(cameraserver) binder_use(cameraserver)
binder_call(cameraserver, binderservicedomain) binder_call(cameraserver, binderservicedomain)
binder_call(cameraserver, appdomain) binder_call(cameraserver, appdomain)
binder_call(cameraserver, hal_graphics_allocator)
binder_service(cameraserver) binder_service(cameraserver)
hal_client_domain(cameraserver, hal_camera) hal_client_domain(cameraserver, hal_camera)
hal_client_domain(cameraserver, hal_graphics_allocator)
allow cameraserver ion_device:chr_file rw_file_perms; allow cameraserver ion_device:chr_file rw_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