mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 12:35:33 -04:00
universal7885: aidl-support: Fixup build errors
This commit is contained in:
parent
5dd7c38c2c
commit
41a3c2f0b1
7 changed files with 15 additions and 7 deletions
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue