commit | c87b1851ba9dff247a370d24093f53a41aebe11d | [log] [tgz] |
---|---|---|
author | Ian Rogers <irogers@google.com> | Thu Jun 05 18:44:53 2014 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Jun 05 18:44:53 2014 +0000 |
tree | 1d54c2e310aef2d1c3636f4f5c6baa0b3d067d56 | |
parent | 494e448824844d866e805831d1d5f5acb654065c [diff] | |
parent | 817e3800dce91672de72e09419f1fe77d7951077 [diff] |
Merge "Make host tinyxml 32-bit only."
diff --git a/Android.mk b/Android.mk index 80d8ece..fdc63db 100644 --- a/Android.mk +++ b/Android.mk
@@ -24,6 +24,8 @@ LOCAL_CFLAGS+= $(TOOL_CFLAGS) LOCAL_LDFLAGS:= $(TOOL_LDFLAGS) -lstdc++ -lc +LOCAL_32_BIT_ONLY := true + include $(BUILD_HOST_STATIC_LIBRARY)