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> <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>

View file

@ -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 \