Add IBluetoothExt interface and hci_inject tool in user debug build am: 9170bc5507
Original change: https://googleplex-android-review.googlesource.com/c/device/google/pantah/+/17525124 Change-Id: I9fcb2c5bbfea339ebb70a24f589baace72bad09d Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
bb92719a89
3 changed files with 17 additions and 0 deletions
|
@ -26,6 +26,15 @@
|
||||||
<instance>default</instance>
|
<instance>default</instance>
|
||||||
</interface>
|
</interface>
|
||||||
</hal>
|
</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">
|
<hal format="hidl">
|
||||||
<name>hardware.google.bluetooth.ccc</name>
|
<name>hardware.google.bluetooth.ccc</name>
|
||||||
<transport>hwbinder</transport>
|
<transport>hwbinder</transport>
|
||||||
|
|
|
@ -150,6 +150,10 @@ PRODUCT_PACKAGES += \
|
||||||
libspatialaudio \
|
libspatialaudio \
|
||||||
librondo
|
librondo
|
||||||
|
|
||||||
|
# Bluetooth hci_inject test tool
|
||||||
|
PRODUCT_PACKAGES_DEBUG += \
|
||||||
|
hci_inject
|
||||||
|
|
||||||
# Keymaster HAL
|
# Keymaster HAL
|
||||||
#LOCAL_KEYMASTER_PRODUCT_PACKAGE ?= android.hardware.keymaster@4.1-service
|
#LOCAL_KEYMASTER_PRODUCT_PACKAGE ?= android.hardware.keymaster@4.1-service
|
||||||
|
|
||||||
|
|
|
@ -132,6 +132,10 @@ PRODUCT_PACKAGES += \
|
||||||
libspatialaudio \
|
libspatialaudio \
|
||||||
librondo
|
librondo
|
||||||
|
|
||||||
|
# Bluetooth hci_inject test tool
|
||||||
|
PRODUCT_PACKAGES_DEBUG += \
|
||||||
|
hci_inject
|
||||||
|
|
||||||
# Keymaster HAL
|
# Keymaster HAL
|
||||||
#LOCAL_KEYMASTER_PRODUCT_PACKAGE ?= android.hardware.keymaster@4.1-service
|
#LOCAL_KEYMASTER_PRODUCT_PACKAGE ?= android.hardware.keymaster@4.1-service
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue