From 3a1c4965f9528dae2391e167c378bc6221e594c8 Mon Sep 17 00:00:00 2001 From: hpnightowl Date: Sat, 20 Aug 2022 11:37:32 +0530 Subject: [PATCH] breeze: Drop audio.a2dp.default * build conflicts --- device.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/device.mk b/device.mk index 16df42c..a6084a5 100644 --- a/device.mk +++ b/device.mk @@ -11,7 +11,6 @@ PRODUCT_SOONG_NAMESPACES += $(LOCAL_PATH) PRODUCT_PACKAGES += \ android.hardware.audio@4.0.vendor \ android.hardware.soundtrigger@2.1-impl \ - audio.a2dp.default \ audio.bluetooth.default \ audio.r_submix.default \ audio.usb.default \