summaryrefslogtreecommitdiffstats
path: root/dexdump
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2011-07-11 22:11:48 -0700
committerJeff Brown <jeffbrown@google.com>2011-07-11 22:11:48 -0700
commit737e7c2b77b026ab44c6bbf775b77e953b6f79c6 (patch)
tree6360348f8c4088f4a4208a5d26c50f521511cc5b /dexdump
parentea333384b92db9c400be1b4c8cb6992d9ba5f14d (diff)
downloadandroid_dalvik-737e7c2b77b026ab44c6bbf775b77e953b6f79c6.tar.gz
android_dalvik-737e7c2b77b026ab44c6bbf775b77e953b6f79c6.tar.bz2
android_dalvik-737e7c2b77b026ab44c6bbf775b77e953b6f79c6.zip
Remove the simulator target from all makefiles.
Bug: 5010576 Change-Id: I544b54b673d9fd42197a5c97a291578a0bd0db5f
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