From ab63f76163f72e5d61756b6f3c91e8ddf76e268d Mon Sep 17 00:00:00 2001 From: therootlord Date: Fri, 14 Sep 2018 13:46:03 -0300 Subject: [PATCH] sanders: don't build android.hardware.bluetooth@1.0-impl and service * We're using qcom's ones --- device.mk | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/device.mk b/device.mk index 9e2dccf..6a3eece 100644 --- a/device.mk +++ b/device.mk @@ -111,9 +111,7 @@ PRODUCT_COPY_FILES += \ # Bluetooth PRODUCT_PACKAGES += \ - libbt-vendor \ - android.hardware.bluetooth@1.0-impl \ - android.hardware.bluetooth@1.0-service + libbt-vendor # Camera PRODUCT_PACKAGES += \