Add IBluetoothExt interface and hci_inject tool in user debug build
Bug: 228943442 Test: manually Change-Id: Ib3ca868ce4d3eebe7c9a5f9e33ceab3f9a9b9a41
This commit is contained in:
parent
21240c5ca5
commit
9170bc5507
3 changed files with 17 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue