Remove the simulator target from all makefiles.
Bug: 5010576

Change-Id: I510a50fa990db04179825b4e28fdf0597de89f58
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