Revert "universal7885: remove unsupported HALs"

This reverts commit e019bb575fa24e9586a5253c0fdafd0cf1d09cfa.
This commit is contained in:
roynatech2544 2021-12-12 17:50:25 +09:00
commit 581387e4c1
No known key found for this signature in database
GPG key ID: 9675C32163D88D30
2 changed files with 15 additions and 3 deletions

View file

@ -17,6 +17,15 @@
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>android.hardware.bluetooth.audio</name>
<transport>hwbinder</transport>
<version>2.1</version>
<interface>
<name>IBluetoothAudioProvidersFactory</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>android.hardware.bluetooth</name>
<transport>hwbinder</transport>

View file

@ -25,10 +25,13 @@ PRODUCT_PACKAGES += \
libtinycompress \
audio.r_submix.default \
audio.usb.default \
libaudioroute \
libtinyalsa \
libtinycompress \
audio.hearing_aid.default
# Audio (BT)
PRODUCT_PACKAGES += \
android.hardware.bluetooth.audio@2.1-impl \
audio.bluetooth.default \
audio.a2dp.default
# Audio Configs
PRODUCT_COPY_FILES += \