Skip to content
Snippets Groups Projects
Commit cb8b2e37 authored by Jeff Vander Stoep's avatar Jeff Vander Stoep Committed by android-build-merger
Browse files

allow radio to find cameraserver_service for video calls

am: c878a025

Change-Id: I485a1724a7323f43d722ed53bf19e7741b06f539
parents dfc68513 c878a025
No related branches found
No related tags found
No related merge requests found
...@@ -28,6 +28,7 @@ auditallow radio system_radio_prop:property_service set; ...@@ -28,6 +28,7 @@ auditallow radio system_radio_prop:property_service set;
set_prop(radio, ctl_rildaemon_prop) set_prop(radio, ctl_rildaemon_prop)
allow radio audioserver_service:service_manager find; allow radio audioserver_service:service_manager find;
allow radio cameraserver_service:service_manager find;
allow radio drmserver_service:service_manager find; allow radio drmserver_service:service_manager find;
allow radio mediaserver_service:service_manager find; allow radio mediaserver_service:service_manager find;
allow radio radio_service:service_manager { add find }; allow radio radio_service:service_manager { add find };
......
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