Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d48a13b1 authored by Mikhail Naganov's avatar Mikhail Naganov
Browse files

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
parent 960c33c5
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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: [