We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bf3e62b + ee15e15 commit bfe1ab8Copy full SHA for bfe1ab8
tools/aapt/Android.mk
@@ -34,7 +34,6 @@ LOCAL_CFLAGS += -D_DARWIN_UNLIMITED_STREAMS
34
endif
35
36
37
-LOCAL_C_INCLUDES += external/expat/lib
38
LOCAL_C_INCLUDES += external/libpng
39
LOCAL_C_INCLUDES += external/zlib
40
LOCAL_C_INCLUDES += build/libs/host/include
tools/aapt/StringPool.h
@@ -21,7 +21,7 @@
21
#include <ctype.h>
22
#include <errno.h>
23
24
-#include <expat.h>
+#include <libexpat/expat.h>
25
26
using namespace android;
27
0 commit comments