aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2011-07-11 22:11:57 -0700
committerJeff Brown <jeffbrown@google.com>2011-07-11 22:11:57 -0700
commitf57594030e578089ecf52e29559f0703b1a8ea6b (patch)
tree56ffda646af88616efdf6a86dcac5a472fed1c7a
parent0f917a9e985bd21ff5fbe54815a464c3b16e2b98 (diff)
downloaddropbear-f57594030e578089ecf52e29559f0703b1a8ea6b.tar.gz
Bug: 5010576 Change-Id: If512ea41c17c65728aea1f9c5c43808d85f1ee07
-rw-r--r--Android.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/Android.mk b/Android.mk
index 3a80e1f..6925828 100644
--- a/Android.mk
+++ b/Android.mk
@@ -1,5 +1,3 @@
-ifneq ($(TARGET_SIMULATOR),true)
-
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
@@ -50,7 +48,5 @@ LOCAL_CFLAGS += -DDROPBEAR_CLIENT -DPROGRESS_METER
include $(BUILD_EXECUTABLE)
-endif # TARGET_SIMULATOR != true
-
include $(call all-makefiles-under,$(LOCAL_PATH))