From 8bdfee8883db65030ae07b824ad821cd4b23f192 Mon Sep 17 00:00:00 2001 From: Bruno Martins Date: Sat, 1 Feb 2020 21:27:41 +0000 Subject: [PATCH] Blob out A2DP offload library These targets are using prebuilt audio HAL and for some reason, using the source-built lib breaks A2DP. Just use prebuilt one and be happy with it. Change-Id: I37a5601afdbfdcb81a1053b366fad79fadf4eaa7 Signed-off-by: DennySPb --- BoardConfig.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BoardConfig.mk b/BoardConfig.mk index 3066f10..f11c0b6 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -46,7 +46,9 @@ USE_CUSTOM_AUDIO_POLICY := 1 AUDIO_FEATURE_ENABLED_AUDIOSPHERE := true AUDIO_FEATURE_ENABLED_FM_POWER_OPT := true AUDIO_FEATURE_ENABLED_PROXY_DEVICE := true +AUDIO_FEATURE_ENABLED_COMPRESS_VOIP := true BOARD_SUPPORTS_SOUND_TRIGGER := true +TARGET_PROVIDES_AUDIO_EXTNS := true # Bluetooth BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := $(DEVICE_PATH)/bluetooth