summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2011-07-11 22:11:53 -0700
committerJeff Brown <jeffbrown@google.com>2011-07-11 22:11:53 -0700
commit0f60faff84b9690746e9d85a1ffecc4eb53cc43a (patch)
tree564d4f72013d812c3b9dd1933348719e76e4fdaa /Android.mk
parenta85e358bd9450bc4148b2673ae5403d54fcc61bf (diff)
downloaddevice_samsung_crespo-0f60faff84b9690746e9d85a1ffecc4eb53cc43a.zip
device_samsung_crespo-0f60faff84b9690746e9d85a1ffecc4eb53cc43a.tar.gz
device_samsung_crespo-0f60faff84b9690746e9d85a1ffecc4eb53cc43a.tar.bz2
Remove the simulator target from all makefiles.
Bug: 5010576 Change-Id: Ie6fa05f8d72bdf6da3b743a7f8c2464f9febc868
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index 1020702..8f1acc5 100644
--- a/Android.mk
+++ b/Android.mk
@@ -14,6 +14,4 @@
LOCAL_PATH := $(call my-dir)
-ifneq ($(TARGET_SIMULATOR),true)
include $(call all-makefiles-under,$(LOCAL_PATH))
-endif