Snap for 9232464 from 8dce1c1ea9 to tm-qpr2-release

Change-Id: Ia3dfc69e1a13a034dc70f553a1f5fdb82490dba9
This commit is contained in:
Android Build Coastguard Worker 2022-10-29 01:03:16 +00:00
commit 1f3653b474
3 changed files with 14 additions and 4 deletions

View file

@ -10,3 +10,5 @@ SarBackOffHighResolution = true
BqrEventMaskValueUpdate = 262238
BtA2dpOffloadCap = sbc-aac-aptx-aptxhd-ldac-opus
BtOpusEnabled = true

View file

@ -164,6 +164,10 @@ PRODUCT_PACKAGES += \
PRODUCT_PACKAGES_DEBUG += \
hci_inject
# Bluetooth OPUS codec
PRODUCT_PRODUCT_PROPERTIES += \
persist.bluetooth.opus.enabled=true
# Bluetooth Tx power caps
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/bluetooth/bluetooth_power_limits_cheetah.csv:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth_power_limits.csv \
@ -178,9 +182,9 @@ PRODUCT_COPY_FILES += \
PRODUCT_PACKAGES_DEBUG += \
sar_test
# declare use of spatial audio
# declare use of spatial audio: disabled
PRODUCT_PROPERTY_OVERRIDES += \
ro.audio.spatializer_enabled=true
ro.audio.spatializer_enabled=false
# Keymaster HAL
#LOCAL_KEYMASTER_PRODUCT_PACKAGE ?= android.hardware.keymaster@4.1-service

View file

@ -147,6 +147,10 @@ PRODUCT_PACKAGES += \
PRODUCT_PACKAGES_DEBUG += \
hci_inject
# Bluetooth OPUS codec
PRODUCT_PRODUCT_PROPERTIES += \
persist.bluetooth.opus.enabled=true
# Bluetooth Tx power caps
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/bluetooth/bluetooth_power_limits_panther.csv:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth_power_limits.csv \
@ -161,9 +165,9 @@ PRODUCT_COPY_FILES += \
PRODUCT_PACKAGES_DEBUG += \
sar_test
# declare use of spatial audio
# declare use of spatial audio: disabled
PRODUCT_PROPERTY_OVERRIDES += \
ro.audio.spatializer_enabled=true
ro.audio.spatializer_enabled=false
# Keymaster HAL
#LOCAL_KEYMASTER_PRODUCT_PACKAGE ?= android.hardware.keymaster@4.1-service