From 46601793e33c12acb9f6b9849e401453d5e90e83 Mon Sep 17 00:00:00 2001 From: Ian Rogers Date: Thu, 5 Jun 2014 11:42:26 -0700 Subject: [PATCH] Build host with multilib both enabled. Change-Id: I58fa91bc097dfba573b6db27e389f5ed6556032f --- libzipfile/Android.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libzipfile/Android.mk b/libzipfile/Android.mk index 614a4607f..12a22291d 100644 --- a/libzipfile/Android.mk +++ b/libzipfile/Android.mk @@ -16,6 +16,8 @@ LOCAL_C_INCLUDES += external/zlib LOCAL_CFLAGS := -Werror +LOCAL_MULTILIB := both + include $(BUILD_HOST_STATIC_LIBRARY) # build device static library