Skip to content
Snippets Groups Projects
Commit 0989a531 authored by Hyejin's avatar Hyejin Committed by android-build-merger
Browse files

allow radio to find nfc_service

am: 5143b6a2

Change-Id: Ifa04829e7c60adcae31795475d3f19bc519f2f82
parents 9e0a64df 5143b6a2
No related branches found
No related tags found
No related merge requests found
...@@ -31,6 +31,7 @@ allow radio audioserver_service:service_manager find; ...@@ -31,6 +31,7 @@ allow radio audioserver_service:service_manager find;
allow radio cameraserver_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 nfc_service:service_manager find;
allow radio radio_service:service_manager { add find }; allow radio radio_service:service_manager { add find };
allow radio surfaceflinger_service:service_manager find; allow radio surfaceflinger_service:service_manager find;
allow radio app_api_service:service_manager find; allow radio app_api_service:service_manager 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