summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Wilson <jessewilson@google.com>2011-01-20 17:30:20 -0800
committerJesse Wilson <jessewilson@google.com>2011-01-20 17:30:20 -0800
commitc5cd1f43011fff85944b0558aaf1718f0eb9ab11 (patch)
tree995bc08e1d9ac2b178ef28795b3bd4ee934cb77f
parent0be4d7ce48d3851f2e4110f8f0b0d3129f5327fb (diff)
downloadapache-xml-c5cd1f43011fff85944b0558aaf1718f0eb9ab11.tar.gz
Include XML resource properties files in the jar.
The lack of these files was breaking several DOM tests in our continuous build! Change-Id: I3f31bc2b173af7b138838b8d5859d4b496302a97
-rw-r--r--Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 9fcab2d..8449e9d 100644
--- a/Android.mk
+++ b/Android.mk
@@ -24,6 +24,7 @@ LOCAL_SRC_FILES := $(apache-xml_src_files)
LOCAL_JAVACFLAGS := -encoding UTF-8
LOCAL_JAVA_LIBRARIES := core
LOCAL_NO_STANDARD_LIBRARIES := true
+LOCAL_JAVA_RESOURCE_DIRS := src/main/java
include $(BUILD_JAVA_LIBRARY)
ifeq ($(WITH_HOST_DALVIK),true)
@@ -36,5 +37,6 @@ ifeq ($(WITH_HOST_DALVIK),true)
LOCAL_NO_STANDARD_LIBRARIES := true
LOCAL_BUILD_HOST_DEX := true
LOCAL_MODULE_TAGS := optional
+ LOCAL_JAVA_RESOURCE_DIRS := src/main/java
include $(BUILD_HOST_JAVA_LIBRARY)
endif