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 ef4a5d4..de3e9c6 100644
--- a/device-cheetah.mk
+++ b/device-cheetah.mk
@@ -150,6 +150,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 b675426..c34458c 100644
--- a/device-panther.mk
+++ b/device-panther.mk
@@ -132,6 +132,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