From 4c11714527eee309cf532fcfc3a379d00528ff50 Mon Sep 17 00:00:00 2001 From: Hiemanshu Sharma Date: Wed, 21 Nov 2012 08:37:58 -0600 Subject: Fix compiling for x86 targets --- libcrecovery/Android.mk | 2 -- 1 file changed, 2 deletions(-) (limited to 'libcrecovery') diff --git a/libcrecovery/Android.mk b/libcrecovery/Android.mk index 3d28d970d..d948dd100 100644 --- a/libcrecovery/Android.mk +++ b/libcrecovery/Android.mk @@ -1,7 +1,6 @@ LOCAL_PATH := $(call my-dir) ifneq ($(TARGET_SIMULATOR),true) -ifeq ($(TARGET_ARCH),arm) include $(CLEAR_VARS) LOCAL_SRC_FILES := system.c popen.c @@ -10,4 +9,3 @@ LOCAL_MODULE_TAGS := eng include $(BUILD_STATIC_LIBRARY) endif -endif -- cgit v1.2.3