From 8744be70a4ba0e4a386f7439d25b98dcb61c170f Mon Sep 17 00:00:00 2001 From: "Harpreet \\\"Eli\\\" Sangha" Date: Tue, 26 Nov 2019 15:54:27 +0900 Subject: Update 'btlinux' Service Version Test: Boot on HiKey960 and check dmesg errors. Change-Id: I19a9168fad3bc770df941baaa6afe7de731a629f Signed-off-by: Harpreet \"Eli\" Sangha --- device-common.mk | 2 +- manifest.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/device-common.mk b/device-common.mk index 77430e15..5d38628d 100644 --- a/device-common.mk +++ b/device-common.mk @@ -103,7 +103,7 @@ PRODUCT_PACKAGES += memtrack.default \ ifeq ($(HIKEY_USE_LEGACY_TI_BLUETOOTH), true) PRODUCT_PACKAGES += android.hardware.bluetooth@1.0-service.hikey uim else -PRODUCT_PACKAGES += android.hardware.bluetooth@1.0-service.btlinux +PRODUCT_PACKAGES += android.hardware.bluetooth@1.1-service.btlinux endif # PowerHAL diff --git a/manifest.xml b/manifest.xml index 3d859684..63c1e9fb 100644 --- a/manifest.xml +++ b/manifest.xml @@ -20,7 +20,7 @@ android.hardware.bluetooth hwbinder - 1.0 + 1.1 IBluetoothHci default -- cgit v1.2.3