mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 12:35:33 -04:00
universal7885: Uprev HALs for Android T
Change-Id: I9923b7fa89ea44286a36ffa93b3a80d97e53bd93 Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
parent
04fb9090d3
commit
dccf2e8013
2 changed files with 4 additions and 4 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.0::IDevicesFactory/default</fqname>
|
<fqname>@7.1::IDevicesFactory/default</fqname>
|
||||||
</hal>
|
</hal>
|
||||||
<hal format="hidl">
|
<hal format="hidl">
|
||||||
<name>android.hardware.audio.effect</name>
|
<name>android.hardware.audio.effect</name>
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
<hal format="hidl">
|
<hal format="hidl">
|
||||||
<name>android.hardware.bluetooth.audio</name>
|
<name>android.hardware.bluetooth.audio</name>
|
||||||
<transport>hwbinder</transport>
|
<transport>hwbinder</transport>
|
||||||
<fqname>@2.1::IBluetoothAudioProvidersFactory/default</fqname>
|
<fqname>@2.2::IBluetoothAudioProvidersFactory/default</fqname>
|
||||||
</hal>
|
</hal>
|
||||||
<hal format="hidl">
|
<hal format="hidl">
|
||||||
<name>android.hardware.bluetooth</name>
|
<name>android.hardware.bluetooth</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.0-impl \
|
android.hardware.audio@7.1-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 \
|
||||||
|
|
@ -27,7 +27,7 @@ PRODUCT_PACKAGES += \
|
||||||
|
|
||||||
# Audio (BT)
|
# Audio (BT)
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
android.hardware.bluetooth.audio@2.1-impl \
|
android.hardware.bluetooth.audio@2.2-impl \
|
||||||
audio.bluetooth.default \
|
audio.bluetooth.default \
|
||||||
audio.a2dp.default
|
audio.a2dp.default
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue