summaryrefslogtreecommitdiffstats
path: root/mtdutils
diff options
context:
space:
mode:
authorHiemanshu Sharma <hiemanshu@gmail.com>2012-11-21 15:37:58 +0100
committerHiemanshu Sharma <hiemanshu@gmail.com>2012-11-21 15:37:58 +0100
commit4c11714527eee309cf532fcfc3a379d00528ff50 (patch)
treeba0c5bab594e33d475a70d7dfa07d4e3fe324bbc /mtdutils
parentAdd 23x41 roboto font (diff)
downloadandroid_bootable_recovery-4c11714527eee309cf532fcfc3a379d00528ff50.tar
android_bootable_recovery-4c11714527eee309cf532fcfc3a379d00528ff50.tar.gz
android_bootable_recovery-4c11714527eee309cf532fcfc3a379d00528ff50.tar.bz2
android_bootable_recovery-4c11714527eee309cf532fcfc3a379d00528ff50.tar.lz
android_bootable_recovery-4c11714527eee309cf532fcfc3a379d00528ff50.tar.xz
android_bootable_recovery-4c11714527eee309cf532fcfc3a379d00528ff50.tar.zst
android_bootable_recovery-4c11714527eee309cf532fcfc3a379d00528ff50.zip
Diffstat (limited to 'mtdutils')
-rw-r--r--mtdutils/Android.mk2
1 files changed, 0 insertions, 2 deletions
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