aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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))