Skip to content

Commit ee15e15

Browse files
committed
Fix aapt to get expat header files from the approved location.
Change-Id: Ic7c796e048cfe98ee355c18b3708fee5ea716e2e
1 parent bb60bc2 commit ee15e15

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

tools/aapt/Android.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ LOCAL_CFLAGS += -D_DARWIN_UNLIMITED_STREAMS
3434
endif
3535

3636

37-
LOCAL_C_INCLUDES += external/expat/lib
3837
LOCAL_C_INCLUDES += external/libpng
3938
LOCAL_C_INCLUDES += external/zlib
4039
LOCAL_C_INCLUDES += build/libs/host/include

tools/aapt/StringPool.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#include <ctype.h>
2222
#include <errno.h>
2323

24-
#include <expat.h>
24+
#include <libexpat/expat.h>
2525

2626
using namespace android;
2727

0 commit comments

Comments
 (0)