Merge "Allow telephony to call system service"

am: b4425a2742

Change-Id: Id0910d5deffbd05a11a3c6a5dd701bb2c7deddfb
This commit is contained in:
Neil Fuller 2018-06-19 10:10:34 -07:00 committed by android-build-merger
commit 1b9c2f9631

View file

@ -35,6 +35,7 @@ allow radio mediaserver_service:service_manager find;
allow radio nfc_service:service_manager find;
allow radio app_api_service:service_manager find;
allow radio system_api_service:service_manager find;
allow radio timedetector_service:service_manager find;
# Perform HwBinder IPC.
hwbinder_use(radio)