aml_audio_hal: Change link libraries for test commands.
PD#SWPL-13795
Problem:
Test commands only need link libaudio_client.so as
dependency lib and it does not need link grpc and
protobuf libs. Adding those libs in link list will
cause the build binaries cannot run on platforms
with different gprc/protobuf versions.
Solution:
Separate link library between audio_server,
libaudio_client and other utilities which don't
talk to RPC libraries directly.
Verify:
The built binary such as hal_param can run on other
builds with different RPC lib versions
Change-Id: Ie87b95b1ce38711de03f8619a02ac43479b4fb48
1 file changed