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

Commit ca2b4942 authored by Nagender Telkar's avatar Nagender Telkar Committed by Gerrit - the friendly Code Review server
Browse files

hal: add exported common headers to LOCAL_C_INCLUDES

Needed to get comdef.h from the exported set of common headers

Change-Id: Ib90c8c836748b2d09f03a5c387ddb5c867ff1e64
parent e1be46f9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -75,6 +75,7 @@ ifneq ($(strip $(AUDIO_FEATURE_DISABLED_SSR)),true)
    LOCAL_CFLAGS += -DSSR_ENABLED
    LOCAL_SRC_FILES += audio_extn/ssr.c
    LOCAL_C_INCLUDES += $(TARGET_OUT_HEADERS)/mm-audio/surround_sound/
    LOCAL_C_INCLUDES += $(TARGET_OUT_HEADERS)/common/inc/
endif

ifneq ($(strip $(AUDIO_FEATURE_DISABLED_MULTI_VOICE_SESSIONS)),true)