Remove the simulator target from all makefiles.
Bug: 5010576

Change-Id: I07d8e9d72696e70ba0ce2cef174531b8d4bdfc10
diff --git a/Android.mk b/Android.mk
index 5d8d115..e05188b 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)
 
@@ -27,5 +25,3 @@
 LOCAL_CERTIFICATE := shared
 
 include $(BUILD_PACKAGE)
-
-endif