diff --git a/configs/vintf/manifest.xml b/configs/vintf/manifest.xml index 0b7809e..7dc62a8 100644 --- a/configs/vintf/manifest.xml +++ b/configs/vintf/manifest.xml @@ -60,16 +60,6 @@ @1.1::IBluetoothHci/default - - android.hardware.bluetooth.audio - hwbinder - 2.1 - - IBluetoothAudioProvidersFactory - default - - @2.1::IBluetoothAudioProvidersFactory/default - android.hardware.boot hwbinder diff --git a/device.mk b/device.mk index 610a831..3ed22a7 100644 --- a/device.mk +++ b/device.mk @@ -51,7 +51,7 @@ PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \ audio.bluetooth.default \ - android.hardware.bluetooth.audio@2.1-impl + android.hardware.bluetooth.audio-impl PRODUCT_PACKAGES += \ libaudiofoundation.vendor \