From ed69b6ae82743e43891281166d861f06f593fae0 Mon Sep 17 00:00:00 2001 From: LuK1337 Date: Mon, 4 Mar 2024 02:27:37 +0800 Subject: [PATCH] sdm660-common: device: Build android.hardware.bluetooth@1.0 Required by libantradio. Change-Id: I5e26a4154cf54e64f424cb6cf20db87b7023f1cd --- sdm660.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/sdm660.mk b/sdm660.mk index b46e5b16..3ba567dc 100644 --- a/sdm660.mk +++ b/sdm660.mk @@ -111,6 +111,7 @@ PRODUCT_PACKAGES += \ # Bluetooth PRODUCT_PACKAGES += \ audio.bluetooth.default \ + android.hardware.bluetooth@1.0 \ android.hardware.bluetooth@1.0.vendor \ android.hardware.bluetooth.audio-impl \ vendor.qti.hardware.btconfigstore@1.0.vendor \