Skip to content
Snippets Groups Projects
Commit 9170bc55 authored by jonerlin's avatar jonerlin Committed by Joner Lin
Browse files

Add IBluetoothExt interface and hci_inject tool in user debug build

Bug: 228943442
Test: manually
Change-Id: Ib3ca868ce4d3eebe7c9a5f9e33ceab3f9a9b9a41
parent 21240c5c
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,15 @@
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>hardware.google.bluetooth.ext</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>IBluetoothExt</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>hardware.google.bluetooth.ccc</name>
<transport>hwbinder</transport>
......
......@@ -137,6 +137,10 @@ PRODUCT_PACKAGES += \
libspatialaudio \
librondo
# Bluetooth hci_inject test tool
PRODUCT_PACKAGES_DEBUG += \
hci_inject
# Keymaster HAL
#LOCAL_KEYMASTER_PRODUCT_PACKAGE ?= android.hardware.keymaster@4.1-service
......
......@@ -125,6 +125,10 @@ PRODUCT_PACKAGES += \
libspatialaudio \
librondo
# Bluetooth hci_inject test tool
PRODUCT_PACKAGES_DEBUG += \
hci_inject
# Keymaster HAL
#LOCAL_KEYMASTER_PRODUCT_PACKAGE ?= android.hardware.keymaster@4.1-service
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment