From 73b6891cd7a265c8f2a57072cac30db1c8d05047 Mon Sep 17 00:00:00 2001 From: Rios Kao Date: Mon, 1 Jul 2024 02:10:09 +0000 Subject: [PATCH] audio: remove the HIDL SoundDose Bug: 349756192 Test: atest vts_treble_vintf_vendor_test, and confirmed no android_hardware_audio_sounddose_ISoundDoseFactory_default_V2_5 error Flag: EXEMPT bug fix. Change-Id: I3e9c3fc3124a0c69a79deb8b2221770602586052 --- device-tegu.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/device-tegu.mk b/device-tegu.mk index a277c06..9c2fd21 100644 --- a/device-tegu.mk +++ b/device-tegu.mk @@ -154,10 +154,12 @@ PRODUCT_PACKAGES += \ libspatialaudio \ librondo -# Sound Dose +ifneq ($(USE_AUDIO_HAL_AIDL),true) +# HIDL Sound Dose PRODUCT_PACKAGES += \ android.hardware.audio.sounddose-vendor-impl \ audio_sounddose_aoc +endif # Bluetooth LE Audio PRODUCT_PRODUCT_PROPERTIES += \