diff --git a/bluetooth/manifest_bluetooth.xml b/bluetooth/manifest_bluetooth.xml index 1747d8b..64238c7 100644 --- a/bluetooth/manifest_bluetooth.xml +++ b/bluetooth/manifest_bluetooth.xml @@ -26,6 +26,15 @@ default + + hardware.google.bluetooth.ext + hwbinder + 1.0 + + IBluetoothExt + default + + hardware.google.bluetooth.ccc hwbinder diff --git a/device-cheetah.mk b/device-cheetah.mk index fbe7c50..cbef8d5 100644 --- a/device-cheetah.mk +++ b/device-cheetah.mk @@ -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 diff --git a/device-panther.mk b/device-panther.mk index 171146b..b286f59 100644 --- a/device-panther.mk +++ b/device-panther.mk @@ -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