From 801d6dd1bc0b65b8b26c03713592d717877e6d60 Mon Sep 17 00:00:00 2001 From: Jeff Brown Date: Mon, 11 Jul 2011 22:12:04 -0700 Subject: Remove the simulator target from all makefiles. Bug: 5010576 Change-Id: I4e916efded024ea68713dde817dd4bb7ec83c285 --- Android.mk | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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) -- cgit v1.2.3