Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ce07a474 authored by Adnan Begovic's avatar Adnan Begovic Committed by Steve Kondik
Browse files

audio: move inclusion outside of feature check.

Change-Id: I08c35cd11cebdd0667975d6f7d87fcbaaaa2951e
parent fbbf508b
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -60,9 +60,10 @@ LOCAL_C_INCLUDES += \
ifeq ($(strip $(AUDIO_FEATURE_ENABLED_MULTI_VOICE_SESSIONS)),true)
    LOCAL_CFLAGS += -DMULTI_VOICE_SESSION_ENABLED
    LOCAL_SRC_FILES += voice_extn/voice_extn.c
endif

LOCAL_C_INCLUDES += $(TARGET_OUT_INTERMEDIATES)/KERNEL_OBJ/usr/include
LOCAL_ADDITIONAL_DEPENDENCIES += $(TARGET_OUT_INTERMEDIATES)/KERNEL_OBJ/usr
endif

ifeq ($(strip $(AUDIO_FEATURE_ENABLED_HFP)),true)
    LOCAL_CFLAGS += -DHFP_ENABLED