Remove the simulator target from all makefiles.
Bug: 5010576

Change-Id: If718764a46cd2e74f0ed722a3f4940c5f68d94df
diff --git a/Android.mk b/Android.mk
index 67a9911..cb1c916 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_MODULE := mtpd
 
 include $(BUILD_EXECUTABLE)
-
-endif