From e0f2bf554924dcc75285ec602150c9a5843bbdf1 Mon Sep 17 00:00:00 2001 From: wshamroukh Date: Mon, 5 Aug 2024 19:01:32 +0000 Subject: [PATCH] sdm660-common: Add missing android.hardware.audio.sounddose-vendor-impl E audiohalservice: Failed to dlopen android.hardware.audio.sounddose-vendor-impl.so: dlopen failed: library android.hardware.audio.sounddose-vendor-impl.so not found W audiohalservice: createISoundDoseFactory() from android.hardware.audio.sounddose-vendor-impl failed --- sdm660.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/sdm660.mk b/sdm660.mk index 0e9557e5..6fc430db 100644 --- a/sdm660.mk +++ b/sdm660.mk @@ -59,6 +59,7 @@ endif PRODUCT_PACKAGES += \ android.hardware.audio@7.1-impl \ android.hardware.audio.effect@7.0-impl \ + android.hardware.audio.sounddose-vendor-impl \ android.hardware.audio.service \ audio.primary.sdm660 \ audio.r_submix.default \