mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
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:
parent
da5160f3c5
commit
d7d6105a8a
2 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
|
|
@ -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 \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue