Remove the simulator target from all makefiles.
Bug: 5010576

Change-Id: Iec9b72f9659d51a77ad96b44e065baaabe1f1cd7
diff --git a/Android.mk b/Android.mk
index 661ebba..2cfabe0 100755
--- a/Android.mk
+++ b/Android.mk
@@ -1,4 +1,3 @@
-ifneq ($(TARGET_SIMULATOR),true)
 ifeq ($(BOARD_HAVE_BLUETOOTH),true)
 
 LOCAL_PATH:= $(call my-dir)
@@ -42,4 +41,3 @@
 
 include $(BUILD_EXECUTABLE)
 endif
-endif