]> git.saurik.com Git - android/aapt.git/commitdiff
am bfe1ab82: Merge "Fix aapt to get expat header files from the approved location."
authorElliott Hughes <enh@google.com>
Sun, 9 Sep 2012 23:09:15 +0000 (16:09 -0700)
committerAndroid Git Automerger <android-git-automerger@android.com>
Sun, 9 Sep 2012 23:09:15 +0000 (16:09 -0700)
* commit 'bfe1ab825731d365fef169deab646d7ceeafc998':
  Fix aapt to get expat header files from the approved location.

Android.mk
StringPool.h

index 482f43e1270c291504efd255af63faae2d038741..d9b06815bf658607637b87b062968fd93c190790 100644 (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
index d5010086b2928a55adad08884c6d98ddbdd29e48..16050b2711c3a65d1a9d6b44fc5b5a4391021acd 100644 (file)
@@ -21,7 +21,7 @@
 #include <ctype.h>
 #include <errno.h>
 
-#include <expat.h>
+#include <libexpat/expat.h>
 
 using namespace android;