summaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2011-07-11 22:12:02 -0700
committerJeff Brown <jeffbrown@google.com>2011-07-11 22:12:02 -0700
commitbfe38a89adcf6e2a7b9191c101859a5f6f64de46 (patch)
tree08daeb0de42c81db0859c20204224d9ebe443296 /Android.mk
parentaaa87ae3b725130e6b11eda3553bd9726bb38fdd (diff)
Remove the simulator target from all makefiles.
Bug: 5010576 Change-Id: Ia9ee51c848505beb9d1476ffb438427f061adf88
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/Android.mk b/Android.mk
index 4621274..d959a00 100644
--- a/Android.mk
+++ b/Android.mk
@@ -5,8 +5,6 @@ USE_LLVM_EXECUTIONENGINE := false
DEBUG_BUILD := false
-ifneq ($(TARGET_SIMULATOR),true)
-
LOCAL_PATH := $(call my-dir)
LLVM_ROOT_PATH := external/llvm
@@ -202,5 +200,3 @@ include $(BUILD_HOST_EXECUTABLE)
# Build children
# ========================================================
include $(call all-makefiles-under,$(LOCAL_PATH))
-
-endif # TARGET_SIMULATOR != true