summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2014-08-20 16:58:42 -0700
committerDan Albert <danalbert@google.com>2014-08-20 16:58:42 -0700
commit61291abac0450401825183c9921a3a0fb9d3e4a6 (patch)
tree7efeb9c67a3e83d1352cfe17acfe9fe02fb743f1
parentf065a8058659c0e6c5a5ccddcdb4faf0fe645cd0 (diff)
downloadtinyxml-61291abac0450401825183c9921a3a0fb9d3e4a6.tar.gz
Also build a static library for the target.
Change-Id: I67bfb77b7a78c800623ac2bcf66fa9775568dabd
-rw-r--r--Android.mk12
1 files changed, 12 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index f8c2b6c..7a91be0 100644
--- a/Android.mk
+++ b/Android.mk
@@ -29,6 +29,18 @@ LOCAL_MULTILIB := both
include $(BUILD_HOST_STATIC_LIBRARY)
+# For the device (static)
+# =====================================================
+include $(CLEAR_VARS)
+
+LOCAL_SRC_FILES:= \
+ $(commonSources)
+
+LOCAL_MODULE:= libtinyxml
+
+include $(BUILD_STATIC_LIBRARY)
+
+
# For the device
# =====================================================
include $(CLEAR_VARS)