mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 12:35:33 -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 \
|
libtinycompress \
|
||||||
audio.r_submix.default \
|
audio.r_submix.default \
|
||||||
audio.usb.default \
|
audio.usb.default \
|
||||||
audio.a2dp.default \
|
|
||||||
libaudioroute \
|
libaudioroute \
|
||||||
libtinyalsa \
|
libtinyalsa \
|
||||||
libtinycompress \
|
libtinycompress \
|
||||||
libldacBT_bco
|
libldacBT_bco \
|
||||||
|
audio.hearing_aid.default
|
||||||
|
|
||||||
# Audio (BT)
|
# Audio (BT)
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
android.hardware.bluetooth.audio@2.1-impl \
|
android.hardware.bluetooth.audio@2.1-impl \
|
||||||
audio.bluetooth.default \
|
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
|
# Aptx
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue