mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 19:55:33 -04:00
Revert "universal7885: remove unsupported HALs"
This reverts commit e019bb575fa24e9586a5253c0fdafd0cf1d09cfa.
This commit is contained in:
parent
e0d5faa85c
commit
581387e4c1
2 changed files with 15 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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 += \
|
||||
|
|
|
|||
Loading…
Reference in a new issue