summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Wilson <jessewilson@google.com>2011-01-20 17:38:39 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2011-01-20 17:38:39 -0800
commit24aa6c5f43884335e40f4b7af683694a98ea16bc (patch)
tree995bc08e1d9ac2b178ef28795b3bd4ee934cb77f
parent8eef7094dd0ae2e7717e62997f6b4207ce132cf1 (diff)
parentc5cd1f43011fff85944b0558aaf1718f0eb9ab11 (diff)
downloadapache-xml-24aa6c5f43884335e40f4b7af683694a98ea16bc.tar.gz
am c5cd1f43: Include XML resource properties files in the jar.
* commit 'c5cd1f43011fff85944b0558aaf1718f0eb9ab11': Include XML resource properties files in the jar.
-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