summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)