pa: Add AAC whitelist prop
Signed-off-by: Hernán Castañón Álvarez <herna@paranoidandroid.co> Change-Id: I8b9218ea8daceba75d1be5de14fe91da05977c40
This commit is contained in:
parent
cd8d8d54cc
commit
d5708a8049
|
@ -40,6 +40,10 @@ PRODUCT_COPY_FILES += \
|
|||
vendor/pa/prebuilt/bin/backuptool_postinstall.sh:$(TARGET_COPY_OUT_SYSTEM)/bin/backuptool_postinstall.sh
|
||||
endif
|
||||
|
||||
# Bluetooth
|
||||
# Disable AAC whitelist
|
||||
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += persist.vendor.bt.a2dp.aac_whitelist=false
|
||||
|
||||
# Boot Animation
|
||||
ifneq ($(TARGET_BOOT_ANIMATION_RES),)
|
||||
PRODUCT_COPY_FILES += \
|
||||
|
|
Loading…
Reference in New Issue