Remove the simulator target from all makefiles.
Bug: 5010576

Change-Id: Ie5fcad1808bcced3198dc650816373e2f7567e54
diff --git a/Android.mk b/Android.mk
index ba187a6..5053e7d 100644
--- a/Android.mk
+++ b/Android.mk
@@ -1,3 +1 @@
-ifneq ($(TARGET_SIMULATOR),true)
 include $(call all-subdir-makefiles)
-endif