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

Commit 716bd195 authored by Ramjee Singh's avatar Ramjee Singh
Browse files

audio: Compilation fix for kernel include

-In Android.mk Kernel include directory is protected
 under feature flags. Calibration header requires kernel
 include directory

Change-Id: If24c99723ba6e3d8b0da30a5e44cf49dad042c2a
parent 50e5bded
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -137,7 +137,8 @@ LOCAL_C_INCLUDES += \
	$(call include-path-for, audio-effects) \
	$(LOCAL_PATH)/$(AUDIO_PLATFORM) \
	$(LOCAL_PATH)/audio_extn \
	$(LOCAL_PATH)/voice_extn
	$(LOCAL_PATH)/voice_extn \
        $(TARGET_OUT_INTERMEDIATES)/KERNEL_OBJ/usr/include

ifneq ($(filter msm8974,$(AUDIO_PLATFORM)),)
    LOCAL_C_INCLUDES += external/expat/lib