audio: Make libaudioserviceexampleimpl just 'library'

Remove the '_static' suffix to allow vendors compile
it as a dynamic library if needed.

Add missing dependency on SoundDose interface libs.

Bug: 205884982
Test: m
Change-Id: Id85945c7c680d1a718e2d692ffd435f30c029521
This commit is contained in:
Mikhail Naganov
2023-03-01 17:12:39 -08:00
parent 960c33c599
commit d48a13b1bd

View File

@@ -54,12 +54,13 @@ cc_library {
],
}
cc_library_static {
cc_library {
name: "libaudioserviceexampleimpl",
defaults: [
"aidlaudioservice_defaults",
"latest_android_media_audio_common_types_ndk_shared",
"latest_android_hardware_audio_core_ndk_shared",
"latest_android_hardware_audio_core_sounddose_ndk_shared",
],
export_include_dirs: ["include"],
srcs: [