From d59b506c84de62bb7849ba399f64bc6429ed9505 Mon Sep 17 00:00:00 2001 From: Vlad Popa Date: Tue, 31 Oct 2023 12:33:20 -0700 Subject: [PATCH] CSD: remove unused library Test: manual build Bug: 209491695 Change-Id: I4eabeb92c0882db61bb530b438e59fb990d3c351 --- audio/aidl/default/Android.bp | 32 -------------------------------- 1 file changed, 32 deletions(-) diff --git a/audio/aidl/default/Android.bp b/audio/aidl/default/Android.bp index de247f1da5..8710758e71 100644 --- a/audio/aidl/default/Android.bp +++ b/audio/aidl/default/Android.bp @@ -39,38 +39,6 @@ cc_defaults { ], } -cc_library { - name: "libaudioservicesounddoseimpl", - vendor: true, - defaults: [ - "latest_android_media_audio_common_types_ndk_shared", - "latest_android_hardware_audio_core_sounddose_ndk_shared", - "latest_android_hardware_audio_sounddose_ndk_shared", - ], - export_include_dirs: ["include"], - srcs: [ - "SoundDose.cpp", - ], - shared_libs: [ - "libaudio_aidl_conversion_common_ndk", - "libaudioutils", - "libbase", - "libbinder_ndk", - "libcutils", - "libutils", - ], - cflags: [ - "-Wall", - "-Wextra", - "-Werror", - "-Wthread-safety", - "-DBACKEND_NDK", - ], - visibility: [ - "//hardware/interfaces/audio/aidl/sounddose/default", - ], -} - cc_library { name: "libaudioserviceexampleimpl", defaults: [