universal7885: Uprev HALs for Android T

Change-Id: I9923b7fa89ea44286a36ffa93b3a80d97e53bd93
Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
roynatech2544 2022-02-11 15:47:20 +09:00 committed by Gabriel2392
commit dccf2e8013
2 changed files with 4 additions and 4 deletions

View file

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

View file

@ -17,7 +17,7 @@ PRODUCT_ENFORCE_RRO_TARGETS := framework-res SystemUI Bluetooth
PRODUCT_ENFORCE_RRO_EXCLUDED_OVERLAYS := # leave it empty
PRODUCT_PACKAGES += \
android.hardware.audio@7.0-impl \
android.hardware.audio@7.1-impl \
android.hardware.audio.service \
android.hardware.audio.effect@7.0-impl \
libtinycompress \
@ -27,7 +27,7 @@ PRODUCT_PACKAGES += \
# Audio (BT)
PRODUCT_PACKAGES += \
android.hardware.bluetooth.audio@2.1-impl \
android.hardware.bluetooth.audio@2.2-impl \
audio.bluetooth.default \
audio.a2dp.default