bt: update bt a2dp offload capabilities am: 0ada3b4ed6

Original change: https://googleplex-android-review.googlesource.com/c/device/google/raviole/+/19801458

Change-Id: I800bc36f0e8fcecd76b533f7b85f5d0393a9b827
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Ted Wang 2022-08-31 14:38:09 +00:00 committed by Automerger Merge Worker
commit b19eea2d58
3 changed files with 7 additions and 0 deletions

View file

@ -0,0 +1,3 @@
# This is BTBCM HAL overlay configuration file.
BtA2dpOffloadCap = sbc-aac-aptx-aptxhd-ldac-opus

View file

@ -214,6 +214,8 @@ PRODUCT_VENDOR_PROPERTIES += \
# Bluetooth HAL # Bluetooth HAL
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
bt_vendor.conf bt_vendor.conf
PRODUCT_COPY_FILES += \
device/google/raviole/bluetooth/bt_vendor_overlay.conf:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth/bt_vendor_overlay.conf
# tetheroffload HAL # tetheroffload HAL
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \

View file

@ -227,6 +227,8 @@ PRODUCT_VENDOR_PROPERTIES += \
# Bluetooth HAL # Bluetooth HAL
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
bt_vendor.conf bt_vendor.conf
PRODUCT_COPY_FILES += \
device/google/raviole/bluetooth/bt_vendor_overlay.conf:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth/bt_vendor_overlay.conf
# tetheroffload HAL # tetheroffload HAL
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \