Merge "hal: add exported common headers to LOCAL_C_INCLUDES"

This commit is contained in:
Linux Build Service Account 2014-05-21 21:24:10 -07:00 committed by Gerrit - the friendly Code Review server
commit 4378746103
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,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)