From 9aa514c54ed4d434ad805bcb6049ecca7fb7ffb5 Mon Sep 17 00:00:00 2001 From: Bruno Martins Date: Fri, 17 Feb 2023 01:15:24 +0800 Subject: [PATCH] sdm660-common: BoardConfig: Drop custom APM flag Custom audio policy manager is hard disabled by CAF for 2 years now. Change-Id: Idd34d1cbbdb735d6cf0de3b159c2670bf7ddd1e3 Signed-off-by: pix106 --- BoardConfigCommon.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index f6782b6a..2cb6b9f4 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -62,7 +62,6 @@ AUDIO_FEATURE_ENABLED_GEF_SUPPORT := true AUDIO_FEATURE_ENABLED_SVA_MULTI_STAGE := true BOARD_USES_ALSA_AUDIO := true BOARD_SUPPORTS_SOUND_TRIGGER := true -USE_CUSTOM_AUDIO_POLICY := 1 # Bluetooth BOARD_HAVE_BLUETOOTH := true