Skip to content
Snippets Groups Projects
Commit 57ab0015 authored by Alex Klyubin's avatar Alex Klyubin
Browse files

Remove unnecessary binder_call from cameraserver

This is a follow-up to 93391686
which added both
hal_client_domain(cameraserver, hal_graphics_allocator) and
binder_call(cameraserver, hal_graphics_allocator). The latter
binder_call rule is no longer needed because it is automatically
granted by virtue of cameraserver being marked as a client of
Graphics Allocator HAL --
see 49274721.

Test: Take a photo (both HDR and conventional) using Google Camera
Test: Record video using Google Camera
Test: Record slow motion video using Google Camera
Test: No denials to do with cameraserver and hal_graphics_allocator*
Bug: 34170079
Change-Id: If93fe310fa62923b5107a7e78d158f6e4b4d0b3a
parent 1222ece9
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,6 @@ type cameraserver_exec, exec_type, file_type; ...@@ -5,7 +5,6 @@ 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)
......
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