Remove the simulator target from all makefiles.
Bug: 5010576

Change-Id: I6fcca2c19289d3db6ac22eb50ece9ace8a67ff29
diff --git a/wl1271/wpa_supplicant_lib/Android.mk b/wl1271/wpa_supplicant_lib/Android.mk
index d0b756f..35fdae5 100644
--- a/wl1271/wpa_supplicant_lib/Android.mk
+++ b/wl1271/wpa_supplicant_lib/Android.mk
@@ -15,10 +15,6 @@
 #
 LOCAL_PATH := $(call my-dir)
 
-ifeq ($(TARGET_SIMULATOR),true)
-  $(error This makefile must not be included when building the simulator)
-endif
-
 ifndef WPA_SUPPLICANT_VERSION
 WPA_SUPPLICANT_VERSION := VER_0_5_X
 endif
@@ -71,9 +67,7 @@
 OBJS = driver_ti.c $(LIB)/scanmerge.c $(LIB)/shlist.c
 
 # To force sizeof(enum) = 4
-ifneq ($(TARGET_SIMULATOR),true)
 L_CFLAGS += -mabi=aapcs-linux
-endif
 
 ifdef CONFIG_NO_STDOUT_DEBUG
 L_CFLAGS += -DCONFIG_NO_STDOUT_DEBUG