aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index e154f7d..8f05250 100644
--- a/Android.mk
+++ b/Android.mk
@@ -19,3 +19,13 @@ LOCAL_MODULE := tagsouplib
LOCAL_SRC_FILES := $(call all-java-files-under, src)
include $(BUILD_HOST_JAVA_LIBRARY)
+
+# build a android library jar
+# ----------------------
+include $(CLEAR_VARS)
+
+LOCAL_MODULE := tagsoup-android
+LOCAL_SRC_FILES := $(call all-java-files-under, src)
+
+include $(BUILD_STATIC_JAVA_LIBRARY)
+