summaryrefslogtreecommitdiffstats
path: root/libutils
diff options
context:
space:
mode:
authorIan Rogers <irogers@google.com>2014-06-05 22:56:00 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-06-05 22:56:00 +0000
commit928821bd123aa38094289b9c62debb4d92b84069 (patch)
tree78f13cb145348488d81874de1172254621f408d0 /libutils
parentd1b8fc4378451894a7f66a66a318f4f54c64f83a (diff)
parent72d77449d99833140f7dd838db6556484031da29 (diff)
downloadsystem_core-928821bd123aa38094289b9c62debb4d92b84069.zip
system_core-928821bd123aa38094289b9c62debb4d92b84069.tar.gz
system_core-928821bd123aa38094289b9c62debb4d92b84069.tar.bz2
am 72d77449: am 4ca26ce8: Merge "Host multilib build of both 32-bit and 64-bit libraries."
* commit '72d77449d99833140f7dd838db6556484031da29': Host multilib build of both 32-bit and 64-bit libraries.
Diffstat (limited to 'libutils')
-rw-r--r--libutils/Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/libutils/Android.mk b/libutils/Android.mk
index 3afc1ec..9a50147 100644
--- a/libutils/Android.mk
+++ b/libutils/Android.mk
@@ -69,6 +69,7 @@ endif
LOCAL_MODULE:= libutils
LOCAL_STATIC_LIBRARIES := liblog
LOCAL_CFLAGS += $(host_commonCflags)
+LOCAL_MULTILIB := both
include $(BUILD_HOST_STATIC_LIBRARY)