Revert "universal7885: Uprev audio HAL to 7.1"

Reason for revert: crashing when try to make a call

This reverts commit 4087eba38fa33d5b9ca911d6037be0a22cd618db.
This commit is contained in:
SamarV-121 2023-12-26 15:24:34 +05:30 committed by Soo Hwan Na
commit d7d6105a8a
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
<hal format="hidl"> <hal format="hidl">
<name>android.hardware.audio</name> <name>android.hardware.audio</name>
<transport>hwbinder</transport> <transport>hwbinder</transport>
<fqname>@7.1::IDevicesFactory/default</fqname> <fqname>@7.0::IDevicesFactory/default</fqname>
</hal> </hal>
<hal format="hidl"> <hal format="hidl">
<name>android.hardware.audio.effect</name> <name>android.hardware.audio.effect</name>

View file

@ -17,7 +17,7 @@ PRODUCT_ENFORCE_RRO_TARGETS := framework-res SystemUI Bluetooth
PRODUCT_ENFORCE_RRO_EXCLUDED_OVERLAYS := # leave it empty PRODUCT_ENFORCE_RRO_EXCLUDED_OVERLAYS := # leave it empty
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
android.hardware.audio@7.1-impl \ android.hardware.audio@7.0-impl \
android.hardware.audio.service \ android.hardware.audio.service \
android.hardware.audio.effect@7.0-impl \ android.hardware.audio.effect@7.0-impl \
libtinycompress \ libtinycompress \