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

Commit e7c992c6 authored by Elliott Hughes's avatar Elliott Hughes Committed by Android Git Automerger
Browse files

am 5abc91d6: Merge "Fix libmedia and libstagefright to get expat header files...

am 5abc91d6: Merge "Fix libmedia and libstagefright to get expat header files from the approved location."

* commit '5abc91d6':
  Fix libmedia and libstagefright to get expat header files from the approved location.
parents 371e1217 5abc91d6
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -61,7 +61,6 @@ LOCAL_C_INCLUDES := \
    $(call include-path-for, graphics corecg) \
    $(call include-path-for, graphics corecg) \
    $(TOP)/frameworks/native/include/media/openmax \
    $(TOP)/frameworks/native/include/media/openmax \
    external/icu4c/common \
    external/icu4c/common \
    external/expat/lib \
    $(call include-path-for, audio-effects) \
    $(call include-path-for, audio-effects) \
    $(call include-path-for, audio-utils)
    $(call include-path-for, audio-utils)


+1 −1
Original line number Original line Diff line number Diff line
@@ -23,7 +23,7 @@
#include <utils/Log.h>
#include <utils/Log.h>
#include <utils/Vector.h>
#include <utils/Vector.h>
#include <cutils/properties.h>
#include <cutils/properties.h>
#include <expat.h>
#include <libexpat/expat.h>
#include <media/MediaProfiles.h>
#include <media/MediaProfiles.h>
#include <media/stagefright/foundation/ADebug.h>
#include <media/stagefright/foundation/ADebug.h>
#include <OMX_Video.h>
#include <OMX_Video.h>
+0 −1
Original line number Original line Diff line number Diff line
@@ -58,7 +58,6 @@ LOCAL_C_INCLUDES:= \
        $(TOP)/frameworks/av/include/media/stagefright/timedtext \
        $(TOP)/frameworks/av/include/media/stagefright/timedtext \
        $(TOP)/frameworks/native/include/media/hardware \
        $(TOP)/frameworks/native/include/media/hardware \
        $(TOP)/frameworks/native/include/media/openmax \
        $(TOP)/frameworks/native/include/media/openmax \
        $(TOP)/external/expat/lib \
        $(TOP)/external/flac/include \
        $(TOP)/external/flac/include \
        $(TOP)/external/tremolo \
        $(TOP)/external/tremolo \
        $(TOP)/external/openssl/include \
        $(TOP)/external/openssl/include \
+1 −1
Original line number Original line Diff line number Diff line
@@ -26,7 +26,7 @@
#include <media/stagefright/OMXCodec.h>
#include <media/stagefright/OMXCodec.h>
#include <utils/threads.h>
#include <utils/threads.h>


#include <expat.h>
#include <libexpat/expat.h>


namespace android {
namespace android {