commit | ee15e1547531919effd77fa546daffaef94691a4 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Sun Sep 09 14:45:32 2012 -0700 |
committer | Elliott Hughes <enh@google.com> | Sun Sep 09 14:45:32 2012 -0700 |
tree | c1d9284ef63cfb465dfab4151151a06a9c8bea40 | |
parent | bb60bc26020f3aabc50aa93ad9bf812af7f48f9c [diff] [blame] |
Fix aapt to get expat header files from the approved location. Change-Id: Ic7c796e048cfe98ee355c18b3708fee5ea716e2e
diff --git a/tools/aapt/StringPool.h b/tools/aapt/StringPool.h index d501008..16050b2 100644 --- a/tools/aapt/StringPool.h +++ b/tools/aapt/StringPool.h
@@ -21,7 +21,7 @@ #include <ctype.h> #include <errno.h> -#include <expat.h> +#include <libexpat/expat.h> using namespace android;