summaryrefslogtreecommitdiffstats
path: root/dexdump
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2015-07-21 12:05:30 -0700
committerYing Wang <wangying@google.com>2015-07-21 12:05:30 -0700
commit754a4457ff34aa35336284e633be7ac0a23a683d (patch)
tree3ea3b3d55adde88d3f34212e60ce6fd3ed667831 /dexdump
parentaf0365ac6a4c7d242df6f50c4da69ba0ff67e3f1 (diff)
downloadandroid_art-754a4457ff34aa35336284e633be7ac0a23a683d.tar.gz
android_art-754a4457ff34aa35336284e633be7ac0a23a683d.tar.bz2
android_art-754a4457ff34aa35336284e633be7ac0a23a683d.zip
Prefer 32-bit host executables on Mac.
Bug: 22527295 Change-Id: I2cb1d3086b65b8227e6bdac9c0485fdc452f1e9c
Diffstat (limited to 'dexdump')
-rwxr-xr-xdexdump/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/dexdump/Android.mk b/dexdump/Android.mk
index c6b4d47f6d..a208ccf89b 100755
--- a/dexdump/Android.mk
+++ b/dexdump/Android.mk
@@ -50,5 +50,5 @@ LOCAL_C_INCLUDES := $(dexdump_c_includes)
LOCAL_CFLAGS += -Wall
LOCAL_SHARED_LIBRARIES += $(dexdump_libraries)
LOCAL_MODULE := dexdump2
-LOCAL_MODULE_TAGS := optional
+LOCAL_MULTILIB := $(ART_MULTILIB_OVERRIDE_host)
include $(BUILD_HOST_EXECUTABLE)