am 3150feef: am bfe1ab82: Merge "Fix aapt to get expat header files from the approved location."

* commit '3150feef0b27ad34370904eb12875805f6c84e8a':
  Fix aapt to get expat header files from the approved location.
This commit is contained in:
Elliott Hughes
2012-09-09 16:11:04 -07:00
committed by Android Git Automerger
2 changed files with 1 additions and 2 deletions

View File

@@ -34,7 +34,6 @@ LOCAL_CFLAGS += -D_DARWIN_UNLIMITED_STREAMS
endif
LOCAL_C_INCLUDES += external/expat/lib
LOCAL_C_INCLUDES += external/libpng
LOCAL_C_INCLUDES += external/zlib
LOCAL_C_INCLUDES += build/libs/host/include

View File

@@ -21,7 +21,7 @@
#include <ctype.h>
#include <errno.h>
#include <expat.h>
#include <libexpat/expat.h>
using namespace android;