configs: Enable AAC frame control for A2DP

Enable frame size control for AAC codec used
for A2DP playback.

Change-Id: Iddb021787de5434f1e620dfbb6c584856233b6b9
This commit is contained in:
Aniket Kumar Lata 2018-11-21 14:24:38 -08:00
parent 841cb5f27e
commit 6d74b6f55c
1 changed files with 4 additions and 0 deletions

View File

@ -238,6 +238,10 @@ vendor.audio.enable.mirrorlink=false
PRODUCT_PROPERTY_OVERRIDES += \
persist.vendor.audio.voicecall.speaker.stereo=true
#enable AAC frame ctl for A2DP sinks
PRODUCT_PROPERTY_OVERRIDES += \
persist.vendor.bt.aac_frm_ctl.enabled=true
# for HIDL related packages
PRODUCT_PACKAGES += \
android.hardware.audio@2.0-service \