Remove the simulator target from all makefiles.
Bug: 5010576

Change-Id: I0b2d9fa7614ec8baa902298f3fb1e284981a9698
diff --git a/Android.mk b/Android.mk
index 32f2a89..fba04d6 100644
--- a/Android.mk
+++ b/Android.mk
@@ -1,5 +1,3 @@
-ifneq ($(TARGET_SIMULATOR),true)
-
 LOCAL_PATH:= $(call my-dir)
 include $(CLEAR_VARS)
 
@@ -16,5 +14,3 @@
 LOCAL_MODULE:=nc
 
 include $(BUILD_EXECUTABLE)
-
-endif  # TARGET_SIMULATOR != true