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

Commit f607447c authored by Arun Mirpuri's avatar Arun Mirpuri
Browse files

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
parent d13fc624
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -560,7 +560,7 @@ LOCAL_C_INCLUDES := \
    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 @@ LOCAL_C_INCLUDES := \
    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