diff options
author | Jeff Brown <jeffbrown@google.com> | 2011-07-11 22:12:02 -0700 |
---|---|---|
committer | Jeff Brown <jeffbrown@google.com> | 2011-07-11 22:12:02 -0700 |
commit | bfe38a89adcf6e2a7b9191c101859a5f6f64de46 (patch) | |
tree | 08daeb0de42c81db0859c20204224d9ebe443296 /Android.mk | |
parent | aaa87ae3b725130e6b11eda3553bd9726bb38fdd (diff) |
Remove the simulator target from all makefiles.
Bug: 5010576
Change-Id: Ia9ee51c848505beb9d1476ffb438427f061adf88
Diffstat (limited to 'Android.mk')
-rw-r--r-- | Android.mk | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 |