am 5557d304: Enable host multilib for ART testing.

* commit '5557d304346026d9678877f3202fe826c8a14fec':
  Enable host multilib for ART testing.
diff --git a/Android.mk b/Android.mk
index 5fbcbcf..252f70a 100644
--- a/Android.mk
+++ b/Android.mk
@@ -112,6 +112,7 @@
 LOCAL_MODULE_TAGS := optional
 LOCAL_MODULE := libvixl
 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
+LOCAL_MULTILIB := both
 include external/libcxx/libcxx.mk
 include $(BUILD_HOST_STATIC_LIBRARY)