summaryrefslogtreecommitdiffstats
path: root/libcutils
diff options
context:
space:
mode:
authorIan Rogers <irogers@google.com>2014-06-05 14:32:49 -0700
committerIan Rogers <irogers@google.com>2014-06-05 15:26:22 -0700
commit59ec765382d800e84662f7b196b5bd053157b71a (patch)
tree6bcee695e7494794923a40e4a4b3373f47c77311 /libcutils
parente0115dd1302f6156879938dfb8bcc9ac5a43d7a6 (diff)
downloadsystem_core-59ec765382d800e84662f7b196b5bd053157b71a.tar.gz
system_core-59ec765382d800e84662f7b196b5bd053157b71a.tar.bz2
system_core-59ec765382d800e84662f7b196b5bd053157b71a.zip
Host multilib build of both 32-bit and 64-bit libraries.
Change-Id: I54f91f385b109fc664a1a1f9320affb2a846fef1
Diffstat (limited to 'libcutils')
-rw-r--r--libcutils/Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcutils/Android.mk b/libcutils/Android.mk
index 20ad7eadb..ca1fd15a3 100644
--- a/libcutils/Android.mk
+++ b/libcutils/Android.mk
@@ -81,6 +81,7 @@ LOCAL_CFLAGS += $(hostSmpFlag)
ifneq ($(HOST_OS),windows)
LOCAL_CFLAGS += -Werror
endif
+LOCAL_MULTILIB := both
include $(BUILD_HOST_STATIC_LIBRARY)