Remove the simulator target from all makefiles.
Bug: 5010576

Change-Id: Ie1db4b3c816376ce0d180f205d255851cc922fa6
diff --git a/Android.mk b/Android.mk
index 85c284b..83a17ed 100644
--- a/Android.mk
+++ b/Android.mk
@@ -2,7 +2,6 @@
 # Quake game
 # This makefile builds both an activity and a shared library.
 #########################################################################
-ifneq ($(TARGET_SIMULATOR),true) # not 64 bit clean
 
 TOP_LOCAL_PATH:= $(call my-dir)
 
@@ -104,8 +103,4 @@
 
 LOCAL_ARM_MODE := arm
 
-
-
 include $(BUILD_SHARED_LIBRARY)
-
-endif # TARGET_SIMULATOR