Remove the simulator target from all makefiles.
Bug: 5010576

Change-Id: I22f3c608992f34ed49964a3ebc6d9284fa9b7fa1
diff --git a/Android.mk b/Android.mk
index c74206a..70e110a 100644
--- a/Android.mk
+++ b/Android.mk
@@ -14,8 +14,6 @@
 # limitations under the License.
 #
 
-ifneq ($(TARGET_SIMULATOR),true)
-
 LOCAL_PATH := $(call my-dir)
 include $(CLEAR_VARS)
 
@@ -29,5 +27,3 @@
 LOCAL_PROGUARD_FLAG_FILES := proguard.flags
 
 include $(BUILD_PACKAGE)
-
-endif