From 9170bc5507be1963cc39108407d42d3f5f5a9caa Mon Sep 17 00:00:00 2001 From: jonerlin Date: Fri, 1 Apr 2022 07:08:49 +0800 Subject: [PATCH] Add IBluetoothExt interface and hci_inject tool in user debug build Bug: 228943442 Test: manually Change-Id: Ib3ca868ce4d3eebe7c9a5f9e33ceab3f9a9b9a41 --- bluetooth/manifest_bluetooth.xml | 9 +++++++++ device-cheetah.mk | 4 ++++ device-panther.mk | 4 ++++ 3 files changed, 17 insertions(+) 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