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 --- mtdutils/Android.mk | 2 -- 1 file changed, 2 deletions(-) (limited to 'mtdutils/Android.mk') diff --git a/mtdutils/Android.mk b/mtdutils/Android.mk index ec5740848..12322b457 100644 --- a/mtdutils/Android.mk +++ b/mtdutils/Android.mk @@ -1,5 +1,4 @@ ifneq ($(TARGET_SIMULATOR),true) -ifeq ($(TARGET_ARCH),arm) LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) @@ -13,6 +12,5 @@ LOCAL_STATIC_LIBRARIES := libcutils libc LOCAL_FORCE_STATIC_EXECUTABLE := true include $(BUILD_STATIC_LIBRARY) -endif # TARGET_ARCH == arm endif # !TARGET_SIMULATOR -- cgit v1.2.3