Remove the simulator target from all makefiles.
Bug: 5010576

Change-Id: I5a7df94d99dcb6f1de98bd9b8f659fd51a491c82
diff --git a/Android.mk b/Android.mk
index 08fe18f..cde61f6 100644
--- a/Android.mk
+++ b/Android.mk
@@ -14,6 +14,4 @@
 # limitations under the License.
 #
 
-ifneq ($(TARGET_SIMULATOR),true)
-    include $(all-subdir-makefiles)
-endif
+include $(all-subdir-makefiles)