mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 12:35: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>
|
<instance>default</instance>
|
||||||
</interface>
|
</interface>
|
||||||
</hal>
|
</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">
|
<hal format="hidl">
|
||||||
<name>android.hardware.bluetooth</name>
|
<name>android.hardware.bluetooth</name>
|
||||||
<transport>hwbinder</transport>
|
<transport>hwbinder</transport>
|
||||||
|
|
|
||||||
|
|
@ -25,11 +25,14 @@ PRODUCT_PACKAGES += \
|
||||||
libtinycompress \
|
libtinycompress \
|
||||||
audio.r_submix.default \
|
audio.r_submix.default \
|
||||||
audio.usb.default \
|
audio.usb.default \
|
||||||
libaudioroute \
|
|
||||||
libtinyalsa \
|
|
||||||
libtinycompress \
|
|
||||||
audio.hearing_aid.default
|
audio.hearing_aid.default
|
||||||
|
|
||||||
|
# Audio (BT)
|
||||||
|
PRODUCT_PACKAGES += \
|
||||||
|
android.hardware.bluetooth.audio@2.1-impl \
|
||||||
|
audio.bluetooth.default \
|
||||||
|
audio.a2dp.default
|
||||||
|
|
||||||
# Audio Configs
|
# Audio Configs
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
frameworks/av/services/audiopolicy/config/a2dp_audio_policy_configuration_7_0.xml:$(TARGET_COPY_OUT_VENDOR)/etc/a2dp_audio_policy_configuration.xml \
|
frameworks/av/services/audiopolicy/config/a2dp_audio_policy_configuration_7_0.xml:$(TARGET_COPY_OUT_VENDOR)/etc/a2dp_audio_policy_configuration.xml \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue