43e172af66
Bug: 70637118
Test: build, flash and boot automotive builds
Change-Id: I6db23258de30174d6db09d241e91b08aa5afedef
Merged-In: I6db23258de30174d6db09d241e91b08aa5afedef
(cherry picked from commit 394dbe34a0
)
5 lines
244 B
Text
5 lines
244 B
Text
# HwBinder IPC from client to server, and callbacks
|
|
binder_call(hal_audiocontrol_client, hal_audiocontrol_server)
|
|
binder_call(hal_audiocontrol_server, hal_audiocontrol_client)
|
|
|
|
add_hwservice(hal_audiocontrol_server, hal_audiocontrol_hwservice)
|