From 9f55e268e113544fe9db38b83d3d358042577b4c Mon Sep 17 00:00:00 2001 From: LuK1337 Date: Fri, 28 May 2021 07:58:02 +0200 Subject: [PATCH] sm8350-common: Enable AUDIO_FEATURE_ENABLED_GKI Change-Id: I4f909077d75bf188e57767614486e9ca1021707e --- BoardConfigCommon.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 4bc69ff..8ffa2fb 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -95,6 +95,7 @@ AUDIO_FEATURE_ENABLED_DYNAMIC_LOG := false AUDIO_FEATURE_ENABLED_EXT_AMPLIFIER := true AUDIO_FEATURE_ENABLED_EXTENDED_COMPRESS_FORMAT := true AUDIO_FEATURE_ENABLED_GEF_SUPPORT := true +AUDIO_FEATURE_ENABLED_GKI := true AUDIO_FEATURE_ENABLED_HW_ACCELERATED_EFFECTS := false AUDIO_FEATURE_ENABLED_INSTANCE_ID := true AUDIO_FEATURE_ENABLED_PROXY_DEVICE := true