Remove the simulator target from all makefiles.
Bug: 5010576

Change-Id: If512ea41c17c65728aea1f9c5c43808d85f1ee07
diff --git a/Android.mk b/Android.mk
index 3a80e1f..6925828 100644
--- a/Android.mk
+++ b/Android.mk
@@ -1,5 +1,3 @@
-ifneq ($(TARGET_SIMULATOR),true)
-
 LOCAL_PATH:= $(call my-dir)
 include $(CLEAR_VARS)
 
@@ -50,7 +48,5 @@
 
 include $(BUILD_EXECUTABLE)
 
-endif  # TARGET_SIMULATOR != true
-
 
 include $(call all-makefiles-under,$(LOCAL_PATH))