Remove the simulator target from all makefiles.
Bug: 5010576

Change-Id: I0d523c2e62cb61d2305c5bf20733bcbeb41dfa89
diff --git a/Android.mk b/Android.mk
index 68ebd2c..bafd757 100644
--- a/Android.mk
+++ b/Android.mk
@@ -1,5 +1,3 @@
-ifneq ($(TARGET_SIMULATOR), true)
-
 LOCAL_PATH := $(call my-dir)
 
 include $(CLEAR_VARS)
@@ -15,5 +13,3 @@
 LOCAL_SYSTEM_SHARED_LIBRARIES := libc
 
 include $(BUILD_EXECUTABLE)
-
-endif