mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
universal7885: manifest: add android.hardware.bluetooth{,.a2dp}@1.0
Switch to android.hardware.bluetooth.a2dp@1.0-impl.mock mock HALs just register HAL lib. Nothing else. Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
parent
893b39ef3e
commit
9102c52786
1 changed files with 5 additions and 3 deletions
|
|
@ -24,17 +24,19 @@ PRODUCT_PACKAGES += \
|
|||
libtinycompress \
|
||||
audio.r_submix.default \
|
||||
audio.usb.default \
|
||||
audio.a2dp.default \
|
||||
libaudioroute \
|
||||
libtinyalsa \
|
||||
libtinycompress \
|
||||
libldacBT_bco
|
||||
libldacBT_bco \
|
||||
audio.hearing_aid.default
|
||||
|
||||
# Audio (BT)
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.bluetooth.audio@2.1-impl \
|
||||
audio.bluetooth.default \
|
||||
android.hardware.bluetooth.a2dp@1.0
|
||||
audio.a2dp.default \
|
||||
android.hardware.bluetooth.audio@2.1.vendor \
|
||||
android.hardware.bluetooth.a2dp@1.0-impl.mock \
|
||||
|
||||
# Aptx
|
||||
PRODUCT_COPY_FILES += \
|
||||
|
|
|
|||
Loading…
Reference in a new issue