From 97ca48e7f4ac8d3842f74f92b8f40d0e74733f38 Mon Sep 17 00:00:00 2001 From: Bruce Beare Date: Wed, 28 Apr 2010 14:12:52 -0700 Subject: generic_x86 support Add in Makefiles and support files for x86 builds Based on changes by: wonjong.lee Additional changes by: Mark Gross Additional changes by: Bruce Beare Change-Id: I71fcf58f116e4e9047e7d03fdb28e3308553ce5c --- applypatch/Android.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/applypatch/Android.mk b/applypatch/Android.mk index bb024f669..e91e4bf88 100644 --- a/applypatch/Android.mk +++ b/applypatch/Android.mk @@ -14,6 +14,7 @@ ifneq ($(TARGET_SIMULATOR),true) +ifeq ($(TARGET_ARCH),arm) LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) @@ -58,4 +59,5 @@ LOCAL_STATIC_LIBRARIES += libz libbz include $(BUILD_HOST_EXECUTABLE) +endif # TARGET_ARCH == arm endif # !TARGET_SIMULATOR -- cgit v1.2.3