From d48a13b1bdbc51a11cf185658ef46d80b26cede2 Mon Sep 17 00:00:00 2001 From: Mikhail Naganov Date: Wed, 1 Mar 2023 17:12:39 -0800 Subject: [PATCH] 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 --- audio/aidl/default/Android.bp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/audio/aidl/default/Android.bp b/audio/aidl/default/Android.bp index 21616be67d..c49ef24a34 100644 --- a/audio/aidl/default/Android.bp +++ b/audio/aidl/default/Android.bp @@ -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: [