summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Carlstrom <bdc@google.com>2014-06-19 01:58:44 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-06-18 22:48:04 +0000
commit00ee83ff1bd827a852065986ed0da7a3ded57a55 (patch)
tree4de4df4cb315500e97047b8e5b401beba58e2fab
parenta0af71c0b361025bdcea7792a6bc76e57e51653c (diff)
parent82ba687f1b83995c7ea8c23e8be1c437558c6b26 (diff)
downloadapache-xml-00ee83ff1bd827a852065986ed0da7a3ded57a55.tar.gz
Merge "Switch from core to core-libart"android-l-preview_r2l-preview
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 2603ee0..9d4a221 100644
--- a/Android.mk
+++ b/Android.mk
@@ -22,7 +22,7 @@ LOCAL_MODULE := apache-xml
LOCAL_MODULE_TAGS := optional
LOCAL_SRC_FILES := $(apache-xml_src_files)
LOCAL_JAVACFLAGS := -encoding UTF-8
-LOCAL_JAVA_LIBRARIES := core
+LOCAL_JAVA_LIBRARIES := core-libart
LOCAL_NO_STANDARD_LIBRARIES := true
LOCAL_JAVA_RESOURCE_DIRS := src/main/java
include $(BUILD_JAVA_LIBRARY)