am 86d5fc28: Merge "aapt: expat exports its header files now."
* commit '86d5fc2874b4c17bd4f48ae307e49ba8108e11f0': aapt: expat exports its header files now.
This commit is contained in:
@@ -53,11 +53,6 @@ aaptTests := \
|
||||
tests/Pseudolocales_test.cpp \
|
||||
tests/ResourceFilter_test.cpp
|
||||
|
||||
aaptCIncludes := \
|
||||
system/core/base/include \
|
||||
external/libpng \
|
||||
external/zlib
|
||||
|
||||
aaptHostLdLibs :=
|
||||
aaptHostStaticLibs := \
|
||||
libandroidfw \
|
||||
@@ -96,8 +91,8 @@ LOCAL_CPPFLAGS += $(aaptCppFlags)
|
||||
ifeq (darwin,$(HOST_OS))
|
||||
LOCAL_CFLAGS += -D_DARWIN_UNLIMITED_STREAMS
|
||||
endif
|
||||
LOCAL_C_INCLUDES += $(aaptCIncludes)
|
||||
LOCAL_SRC_FILES := $(aaptSources)
|
||||
LOCAL_STATIC_LIBRARIES += $(aaptHostStaticLibs)
|
||||
|
||||
include $(BUILD_HOST_STATIC_LIBRARY)
|
||||
|
||||
|
||||
@@ -20,8 +20,6 @@
|
||||
#include <ctype.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include <libexpat/expat.h>
|
||||
|
||||
using namespace android;
|
||||
|
||||
#define PRINT_STRING_METRICS 0
|
||||
|
||||
@@ -10,6 +10,8 @@
|
||||
#include "StringPool.h"
|
||||
#include "ResourceTable.h"
|
||||
|
||||
#include <expat.h>
|
||||
|
||||
class XMLNode;
|
||||
|
||||
extern const char* const RESOURCES_ROOT_NAMESPACE;
|
||||
|
||||
Reference in New Issue
Block a user