From b0462e6ae2338f1fa7cc0ed7aa36887713185a15 Mon Sep 17 00:00:00 2001 From: Jeff Brown Date: Mon, 11 Jul 2011 22:11:45 -0700 Subject: Remove the simulator target from all makefiles. Bug: 5010576 Change-Id: Ib465fdb42c8621899bea15c04a427d7ab1641a8c --- Android.mk | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Android.mk') diff --git a/Android.mk b/Android.mk index 508eb4c64..282862fc9 100644 --- a/Android.mk +++ b/Android.mk @@ -1,5 +1,3 @@ -ifneq ($(TARGET_SIMULATOR),true) - LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) @@ -74,5 +72,3 @@ include $(commands_recovery_local_path)/edify/Android.mk include $(commands_recovery_local_path)/updater/Android.mk include $(commands_recovery_local_path)/applypatch/Android.mk commands_recovery_local_path := - -endif # !TARGET_SIMULATOR -- cgit v1.2.3