Remove the simulator target from all makefiles.
Bug: 5010576

Change-Id: I4e916efded024ea68713dde817dd4bb7ec83c285
diff --git a/Android.mk b/Android.mk
index 4b19765..0a05aed 100644
--- a/Android.mk
+++ b/Android.mk
@@ -12,6 +12,4 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-ifeq ($(TARGET_SIMULATOR),false)
-    include $(call all-subdir-makefiles)
-endif
+include $(call all-subdir-makefiles)