From a78d6fb707c3852fd39f47e9e530bc758ead7f4e Mon Sep 17 00:00:00 2001 From: Bruno Martins Date: Thu, 22 Sep 2022 15:03:49 +0100 Subject: [PATCH] sm6150-common: Drop custom APM flag along with no-op audio flags Custom audio policy manager is hard disabled by CAF for 2 years now. Remove as well the audio feature flags that were used to configure it. Change-Id: Idd34d1cbbdb735d6cf0de3b159c2670bf7ddd1e3 --- BoardConfigCommon.mk | 4 ---- 1 file changed, 4 deletions(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 6438425..e017430 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -41,15 +41,11 @@ BOARD_ANT_WIRELESS_DEVICE := "qualcomm-hidl" # Audio AUDIO_FEATURE_ENABLED_EXTENDED_COMPRESS_FORMAT := true -AUDIO_FEATURE_ENABLED_EXTN_FORMATS := true -AUDIO_FEATURE_ENABLED_FM_POWER_OPT := true -AUDIO_FEATURE_ENABLED_HDMI_SPK := true AUDIO_FEATURE_ENABLED_PROXY_DEVICE := true BOARD_SUPPORTS_OPENSOURCE_STHAL := true BOARD_SUPPORTS_SOUND_TRIGGER := true -USE_CUSTOM_AUDIO_POLICY := 1 USE_XML_AUDIO_POLICY_CONF := 1 # Bootloader