Merge "Set system property for LEA multi-codec for P23 projects" into main

This commit is contained in:
Bao Do 2024-07-23 03:44:54 +00:00 committed by Android (Google) Code Review
commit a15c4272a5
2 changed files with 8 additions and 0 deletions

View file

@ -491,3 +491,7 @@ PRODUCT_CHECK_PREBUILT_MAX_PAGE_SIZE := true
# Bluetooth device id # Bluetooth device id
PRODUCT_PRODUCT_PROPERTIES += \ PRODUCT_PRODUCT_PROPERTIES += \
bluetooth.device_id.product_id=20493 bluetooth.device_id.product_id=20493
# Set support for LEA multicodec
PRODUCT_PRODUCT_PROPERTIES += \
bluetooth.core.le_audio.codec_extension_aidl.enabled=true

View file

@ -460,3 +460,7 @@ PRODUCT_CHECK_PREBUILT_MAX_PAGE_SIZE := true
# Bluetooth device id # Bluetooth device id
PRODUCT_PRODUCT_PROPERTIES += \ PRODUCT_PRODUCT_PROPERTIES += \
bluetooth.device_id.product_id=20492 bluetooth.device_id.product_id=20492
# Set support for LEA multicodec
PRODUCT_PRODUCT_PROPERTIES += \
bluetooth.core.le_audio.codec_extension_aidl.enabled=true