mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
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:
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user