summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Rogers <irogers@google.com>2014-06-05 18:44:53 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-06-05 18:44:53 +0000
commitc87b1851ba9dff247a370d24093f53a41aebe11d (patch)
tree1d54c2e310aef2d1c3636f4f5c6baa0b3d067d56
parent494e448824844d866e805831d1d5f5acb654065c (diff)
parent817e3800dce91672de72e09419f1fe77d7951077 (diff)
downloadtinyxml-c87b1851ba9dff247a370d24093f53a41aebe11d.tar.gz
Merge "Make host tinyxml 32-bit only."
-rw-r--r--Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 80d8ece..fdc63db 100644
--- a/Android.mk
+++ b/Android.mk
@@ -24,6 +24,8 @@ LOCAL_MODULE:= libtinyxml
LOCAL_CFLAGS+= $(TOOL_CFLAGS)
LOCAL_LDFLAGS:= $(TOOL_LDFLAGS) -lstdc++ -lc
+LOCAL_32_BIT_ONLY := true
+
include $(BUILD_HOST_STATIC_LIBRARY)