commit | 242b400fc6e360d9444335a3fab296d96db024d8 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Jul 10 11:09:23 2015 -0700 |
committer | Elliott Hughes <enh@google.com> | Fri Jul 10 11:09:23 2015 -0700 |
tree | cba86d9d8c82f64b0daffb0f286d193b3f9943f6 | |
parent | f54bd64018c166e2e7c0de5951115a8f3fb965fa [diff] [blame] |
frameworks/av: libexpat now exports its includes. Change-Id: I89412ddbe855af1b39636afbe98408321bb4a8be
diff --git a/media/libmedia/MediaProfiles.cpp b/media/libmedia/MediaProfiles.cpp index e2e6042..e8f72f9 100644 --- a/media/libmedia/MediaProfiles.cpp +++ b/media/libmedia/MediaProfiles.cpp
@@ -23,7 +23,7 @@ #include <utils/Log.h> #include <utils/Vector.h> #include <cutils/properties.h> -#include <libexpat/expat.h> +#include <expat.h> #include <media/MediaProfiles.h> #include <media/stagefright/foundation/ADebug.h> #include <OMX_Video.h>