From 1caf63ccd9a231e7afe8e16a1916b4c6b7d16a27 Mon Sep 17 00:00:00 2001 From: Pig Date: Sat, 19 Sep 2020 08:44:33 +0800 Subject: [PATCH] miatoll: Drop no longer existed BluetoothQti Change-Id: I6bf3e1dda6fe5dc66f6fafdb32a1daecb9616c84 --- device.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/device.mk b/device.mk index acf59ae..15aeb1f 100644 --- a/device.mk +++ b/device.mk @@ -89,8 +89,7 @@ PRODUCT_PACKAGES += \ # Bluetooth PRODUCT_PACKAGES += \ audio.bluetooth.default \ - libbthost_if \ - BluetoothQti + libbthost_if PRODUCT_PACKAGES += \ android.hardware.bluetooth.audio@2.0-impl \