Skip to content
Snippets Groups Projects
Commit f2763fa0 authored by Pavel Maltsev's avatar Pavel Maltsev Committed by Jeff Vander Stoep
Browse files

Allow auto HAL clients to access hw services

Bug: 70637118
Test: m && emulator ; also verified
Change-Id: I39dd17d20acc8d380f36e207679b8b1eba63a72e
Merged-In: I39dd17d20acc8d380f36e207679b8b1eba63a72e
(cherry picked from commit 368ae61f)
parent 8c70622e
No related branches found
No related tags found
No related merge requests found
...@@ -3,3 +3,5 @@ binder_call(hal_audiocontrol_client, hal_audiocontrol_server) ...@@ -3,3 +3,5 @@ binder_call(hal_audiocontrol_client, hal_audiocontrol_server)
binder_call(hal_audiocontrol_server, hal_audiocontrol_client) binder_call(hal_audiocontrol_server, hal_audiocontrol_client)
add_hwservice(hal_audiocontrol_server, hal_audiocontrol_hwservice) add_hwservice(hal_audiocontrol_server, hal_audiocontrol_hwservice)
allow hal_audiocontrol_client hal_audiocontrol_hwservice:hwservice_manager find;
...@@ -3,3 +3,5 @@ binder_call(hal_vehicle_client, hal_vehicle_server) ...@@ -3,3 +3,5 @@ binder_call(hal_vehicle_client, hal_vehicle_server)
binder_call(hal_vehicle_server, hal_vehicle_client) binder_call(hal_vehicle_server, hal_vehicle_client)
add_hwservice(hal_vehicle_server, hal_vehicle_hwservice) add_hwservice(hal_vehicle_server, hal_vehicle_hwservice)
allow hal_vehicle_client hal_vehicle_hwservice:hwservice_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