Add IBluetoothExt interface and hci_inject tool in user debug build am: 9170bc5507 am: bb92719a89

Original change: https://googleplex-android-review.googlesource.com/c/device/google/pantah/+/17525124

Change-Id: Ia7e7cd3dc3e40d7846c3931659f90ccb6da4eed7
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
jonerlin 2022-05-20 12:54:06 +00:00 committed by Automerger Merge Worker
commit 63b4c30751
3 changed files with 17 additions and 0 deletions

View file

@ -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>

View file

@ -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

View file

@ -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