From ff112a5676e79b3838d9fbf7f8d982d7696c06ff Mon Sep 17 00:00:00 2001 From: LuK1337 Date: Sat, 21 Oct 2023 15:44:06 +0200 Subject: [PATCH] sm7325-common: Build android.hardware.bluetooth@1.0{,vendor} Required by libantradio. Change-Id: I5e26a4154cf54e64f424cb6cf20db87b7023f1cd --- common.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common.mk b/common.mk index 17b769c..91707b8 100644 --- a/common.mk +++ b/common.mk @@ -94,6 +94,8 @@ PRODUCT_PACKAGES += \ android.hardware.audio@6.0-impl \ android.hardware.audio.effect@6.0-impl \ android.hardware.audio.service \ + android.hardware.bluetooth@1.0 \ + android.hardware.bluetooth@1.0.vendor \ android.hardware.bluetooth.audio-impl \ android.hardware.soundtrigger@2.3-impl \ audioadsprpcd \