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 --- applypatch/Android.mk | 4 ---- 1 file changed, 4 deletions(-) (limited to 'applypatch') diff --git a/applypatch/Android.mk b/applypatch/Android.mk index 2848b51..0e529d4 100644 --- a/applypatch/Android.mk +++ b/applypatch/Android.mk @@ -12,8 +12,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -ifneq ($(TARGET_SIMULATOR),true) - LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) @@ -57,5 +55,3 @@ LOCAL_C_INCLUDES += external/zlib external/bzip2 LOCAL_STATIC_LIBRARIES += libz libbz include $(BUILD_HOST_EXECUTABLE) - -endif # !TARGET_SIMULATOR -- cgit v1.1