summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarpreet \"Eli\" Sangha <eliptus@google.com>2019-11-26 19:23:29 -0800
committerandroid-build-merger <android-build-merger@google.com>2019-11-26 19:23:29 -0800
commitae730a2e5cd39200f1ec1a5f811ab2959ffaff32 (patch)
treed9e7b9da3b48806c295e6797e3751e0c0d0752c0
parent50dc7e27c1b1aebb5a00a100bc1773244863f0d1 (diff)
parenta8ab0348ac8ffe59d95c0d174db4b0af4654e029 (diff)
downloadhikey-ae730a2e5cd39200f1ec1a5f811ab2959ffaff32.tar.gz
Update 'btlinux' Service Version am: 8744be70a4
am: a8ab0348ac Change-Id: Icda28c0a160c062e66266b99f3daff694205d205
-rw-r--r--device-common.mk2
-rw-r--r--manifest.xml2
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 @@
<hal format="hidl">
<name>android.hardware.bluetooth</name>
<transport>hwbinder</transport>
- <version>1.0</version>
+ <version>1.1</version>
<interface>
<name>IBluetoothHci</name>
<instance>default</instance>