hal: Fix include dependency on audio-parsers
Fix include dependency in hdmi passthrough audio extn dynamic lib
on audio-parsers by replacing path with targetout path
Change-Id: If2ec9e4021458e2033489daef5aa28d39975a75e
diff --git a/hal/audio_extn/Android.mk b/hal/audio_extn/Android.mk
index 15093a8..fa682d8 100755
--- a/hal/audio_extn/Android.mk
+++ b/hal/audio_extn/Android.mk
@@ -560,7 +560,7 @@
external/tinycompress/include \
external/expat/lib \
system/media/audio_utils/include \
- vendor/qcom/proprietary/mm-audio/audio-parsers/inc \
+ $(TARGET_OUT_HEADERS)/mm-audio/audio-parsers \
$(call include-path-for, audio-route) \
LOCAL_C_INCLUDES += $(TARGET_OUT_INTERMEDIATES)/KERNEL_OBJ/usr/include
@@ -631,7 +631,6 @@
external/tinycompress/include \
external/expat/lib \
system/media/audio_utils/include \
- vendor/qcom/proprietary/mm-audio/audio-parsers/inc \
$(call include-path-for, audio-route) \
LOCAL_C_INCLUDES += $(TARGET_OUT_INTERMEDIATES)/KERNEL_OBJ/usr/include