From f57594030e578089ecf52e29559f0703b1a8ea6b Mon Sep 17 00:00:00 2001 From: Jeff Brown Date: Mon, 11 Jul 2011 22:11:57 -0700 Subject: Remove the simulator target from all makefiles. Bug: 5010576 Change-Id: If512ea41c17c65728aea1f9c5c43808d85f1ee07 --- Android.mk | 4 ---- 1 file changed, 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)) -- cgit v1.2.3