summaryrefslogtreecommitdiffstats
path: root/dexdump
diff options
context:
space:
mode:
Diffstat (limited to 'dexdump')
-rw-r--r--dexdump/Android.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/dexdump/Android.mk b/dexdump/Android.mk
index e47acfa5c..7c22b600a 100644
--- a/dexdump/Android.mk
+++ b/dexdump/Android.mk
@@ -63,7 +63,6 @@ endif # !SDK_ONLY
## Build the host command line tool dexdump
##
##
-ifneq ($(TARGET_SIMULATOR),true) # not 64 bit clean
include $(CLEAR_VARS)
LOCAL_MODULE := dexdump
LOCAL_MODULE_TAGS := optional
@@ -79,4 +78,3 @@ LOCAL_LDLIBS += -lpthread -lz
endif
include $(BUILD_HOST_EXECUTABLE)
-endif # !TARGET_SIMULATOR