From 9833539c7b8f55113f661e8b97013252469187f2 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Sun, 9 Sep 2012 14:45:32 -0700 Subject: [PATCH] Fix aapt to get expat header files from the approved location. Change-Id: Ic7c796e048cfe98ee355c18b3708fee5ea716e2e --- Android.mk | 1 - StringPool.h | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Android.mk b/Android.mk index 482f43e..d9b0681 100644 --- a/Android.mk +++ b/Android.mk @@ -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 diff --git a/StringPool.h b/StringPool.h index d501008..16050b2 100644 --- a/StringPool.h +++ b/StringPool.h @@ -21,7 +21,7 @@ #include #include -#include +#include using namespace android; -- 2.45.2