From b819ff639fdfb33bd8291514d7f8ad463e480ef8 Mon Sep 17 00:00:00 2001 From: Jeff Brown Date: Mon, 11 Jul 2011 22:12:27 -0700 Subject: Remove the simulator target from all makefiles. Bug: 5010576 Change-Id: Ibce8754b39a9ae6f8f192eefa712c45f0b0059be --- Android.mk | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Android.mk') diff --git a/Android.mk b/Android.mk index 980d0e228..abcca40c9 100644 --- a/Android.mk +++ b/Android.mk @@ -14,8 +14,6 @@ # limitations under the License. # -ifneq ($(TARGET_SIMULATOR),true) - LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) @@ -36,5 +34,3 @@ LOCAL_PROGUARD_FLAG_FILES := proguard.flags include $(BUILD_PACKAGE) include $(call all-makefiles-under,$(LOCAL_PATH)) - -endif -- cgit v1.2.3