bt: Disable BT A2DP AAC whitelist

* Results in some supposedly AAC compatible devices
  like the Samsung Galaxy Buds Live not having it as
  an option despite being a supported codec of the
  device.

Change-Id: Ia53a378c74c9cd5ec0d881026b2067aa4d638fcb
This commit is contained in:
dianlujitao 2020-05-25 11:15:11 +08:00 committed by Jake Weinstein
parent a2ab82c678
commit 7d38527cf1
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ endif
# Properties
ifneq ($(TARGET_USE_QTI_BT_STACK),false)
PRODUCT_SYSTEM_EXT_PROPERTIES += \
persist.vendor.bt.a2dp.aac_whitelist=false \
ro.bluetooth.library_name=libbluetooth_qti.so
endif