summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Rogers <irogers@google.com>2014-06-05 10:09:57 -0700
committerIan Rogers <irogers@google.com>2014-06-05 10:09:57 -0700
commit817e3800dce91672de72e09419f1fe77d7951077 (patch)
tree1d54c2e310aef2d1c3636f4f5c6baa0b3d067d56
parent494e448824844d866e805831d1d5f5acb654065c (diff)
downloadtinyxml-817e3800dce91672de72e09419f1fe77d7951077.tar.gz
Make host tinyxml 32-bit only.
TinyXML is a host dependency of external/srec which has 64-bit bugs. Change-Id: I958ce01b7ea2eb5360f9c34b89a22e3ebb64fdf2
-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)