summaryrefslogtreecommitdiff
path: root/device-common.mk
diff options
context:
space:
mode:
authorMyles Watson <mylesgw@google.com>2017-02-09 16:47:33 -0800
committerMyles Watson <mylesgw@google.com>2017-02-23 15:44:04 -0800
commit90ee15b058f190426e99d652b428e370ed559cb7 (patch)
treeea937d3d94203944ef0ebf5c3b49f18eacb0473e /device-common.mk
parenta0499690e0b21e8857d4442c5e4838b66d82f275 (diff)
downloadhikey-90ee15b058f190426e99d652b428e370ed559cb7.tar.gz
hikey: Add a HIDL HAL for Bluetooth
The hikey HCI tty driver needs FIONREAD to be called before every read. Add an HciPacketizerHikey class to make sure that FIONREAD is called. Test: Bluetooth starts/stops, VtsHalBluetoothV1_0TargetTest passes Change-Id: I9e9260337108c93cae66b89e21c3561916f42f54
Diffstat (limited to 'device-common.mk')
-rw-r--r--device-common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/device-common.mk b/device-common.mk
index 3dda70e8..de7a6070 100644
--- a/device-common.mk
+++ b/device-common.mk
@@ -40,7 +40,7 @@ PRODUCT_PACKAGES += audio.a2dp.default \
PRODUCT_PACKAGES += \
android.hardware.audio@2.0-impl \
android.hardware.audio.effect@2.0-impl \
- android.hardware.bluetooth@1.0-impl \
+ android.hardware.bluetooth@1.0-service.hikey \
android.hardware.broadcastradio@1.0-impl \
android.hardware.soundtrigger@2.0-impl