summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Rogers <irogers@google.com>2014-06-27 16:12:08 -0700
committerIan Rogers <irogers@google.com>2014-06-27 16:12:45 -0700
commit2cd291488babb1a11a0ed91c2bdeeafeb42bc616 (patch)
tree36c3c2d949570b9ac84be7e524c94864e369702b
parentc87b1851ba9dff247a370d24093f53a41aebe11d (diff)
downloadtinyxml-2cd291488babb1a11a0ed91c2bdeeafeb42bc616.tar.gz
Make tinyxml multilib both on the host.
CTS dependencies (audio quality) require a 64-bit tinyxml on the host. Bug: 13751317 Change-Id: I3c8bf102830ee35473e4c1f5441d040f135201d2
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index fdc63db..f8c2b6c 100644
--- a/Android.mk
+++ b/Android.mk
@@ -24,7 +24,7 @@ LOCAL_MODULE:= libtinyxml
LOCAL_CFLAGS+= $(TOOL_CFLAGS)
LOCAL_LDFLAGS:= $(TOOL_LDFLAGS) -lstdc++ -lc
-LOCAL_32_BIT_ONLY := true
+LOCAL_MULTILIB := both
include $(BUILD_HOST_STATIC_LIBRARY)