universal7885: aidl-support: Fixup build errors

This commit is contained in:
roynatech2544 2022-10-16 14:17:02 +00:00
commit 41a3c2f0b1
7 changed files with 15 additions and 7 deletions

View file

@ -1,7 +1,7 @@
type hal_audio_route_default, domain, coredomain;
type hal_audio_route_default_exec, exec_type, file_type, system_file_type;
add_service(hal_audio_route_default, hal_fmradio_service);
add_service(hal_audio_route_default, hal_audio_route_service);
init_daemon_domain(hal_audio_route_default);
binder_use(hal_audio_route_default);

View file

@ -1,2 +1,3 @@
type hal_parts_service, service_manager_type;
type hal_fmradio_service, service_manager_type;
type hal_audio_route_service, service_manager_type;