aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2011-07-11 22:11:58 -0700
committerJeff Brown <jeffbrown@google.com>2011-07-11 22:11:58 -0700
commitde3468cca438517a5f12d44774e605f5249eb318 (patch)
tree1e04e850f3540f2fd195a47183d10c46325863ee
parentd48111f800dc67dec87e0da0648293c93beb4b39 (diff)
downloadgrub-de3468cca438517a5f12d44774e605f5249eb318.tar.gz
Remove the simulator target from all makefiles.
Bug: 5010576 Change-Id: I0f0a368462aa5ec160ca393ea3614f58c77a2fa0
-rw-r--r--Android.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index 0abe2e1..50034ba 100644
--- a/Android.mk
+++ b/Android.mk
@@ -16,7 +16,6 @@
LOCAL_PATH := $(call my-dir)
-ifneq ($(TARGET_SIMULATOR),true)
ifeq ($(TARGET_ARCH),x86)
include $(CLEAR_VARS)
@@ -192,4 +191,3 @@ $(grub_full) : $(grub_stage1) $(grub_stage2)
#ALL_PREBUILT += $(grub_full)
endif # x86
-endif # ! sim