Skip to content
Snippets Groups Projects
Commit 36ad79b0 authored by Andrew Scull's avatar Andrew Scull Committed by android-build-merger
Browse files

Merge "SELinux policies for Weaver HAL." into oc-dev

am: 21e6ab12

Change-Id: Ia07eb71f1c8cdd7329bdfb3315e9b2e3337b2ee0
parents ac4498fa 21e6ab12
No related branches found
No related tags found
No related merge requests found
...@@ -192,6 +192,7 @@ hal_client_domain(system_server, hal_tv_input) ...@@ -192,6 +192,7 @@ hal_client_domain(system_server, hal_tv_input)
hal_client_domain(system_server, hal_usb) hal_client_domain(system_server, hal_usb)
hal_client_domain(system_server, hal_vibrator) hal_client_domain(system_server, hal_vibrator)
hal_client_domain(system_server, hal_vr) hal_client_domain(system_server, hal_vr)
hal_client_domain(system_server, hal_weaver)
hal_client_domain(system_server, hal_wifi) hal_client_domain(system_server, hal_wifi)
hal_client_domain(system_server, hal_wifi_supplicant) hal_client_domain(system_server, hal_wifi_supplicant)
......
...@@ -262,6 +262,9 @@ attribute hal_vibrator_server; ...@@ -262,6 +262,9 @@ attribute hal_vibrator_server;
attribute hal_vr; attribute hal_vr;
attribute hal_vr_client; attribute hal_vr_client;
attribute hal_vr_server; attribute hal_vr_server;
attribute hal_weaver;
attribute hal_weaver_client;
attribute hal_weaver_server;
attribute hal_wifi; attribute hal_wifi;
attribute hal_wifi_client; attribute hal_wifi_client;
attribute hal_wifi_server; attribute hal_wifi_server;
......
# HwBinder IPC from client to server
# binder_call(hal_weaver_client, hal_weaver_server)
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