From 297359d95e21618e354e3bcdb5b9b94c718e97c3 Mon Sep 17 00:00:00 2001 From: SGCMarkus Date: Mon, 4 Apr 2022 12:04:12 +0200 Subject: [PATCH] sm7325-common: set AUDIO_FEATURE_ENABLED_GKI true Change-Id: I29c95d6058ea6b81a06e8658876a4c802ceb1505 --- BoardConfigCommon.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index d4abffa..222c404 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -90,6 +90,7 @@ AUDIO_FEATURE_ENABLED_DYNAMIC_LOG := false AUDIO_FEATURE_ENABLED_EXT_AMPLIFIER := false 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