summaryrefslogtreecommitdiffstats
path: root/mtdutils
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2011-02-09 04:51:07 +0100
committerYing Wang <wangying@google.com>2011-02-09 04:51:07 +0100
commit4c05d9511298d24b49ab595814fc9f1894cf6a90 (patch)
tree3c92e5982f7ffd5dd77ff6a87060c1ca8ef94c38 /mtdutils
parentam 5df22d03: am 5cae445e: make recovery reboot after 2 minutes of no activity (diff)
downloadandroid_bootable_recovery-4c05d9511298d24b49ab595814fc9f1894cf6a90.tar
android_bootable_recovery-4c05d9511298d24b49ab595814fc9f1894cf6a90.tar.gz
android_bootable_recovery-4c05d9511298d24b49ab595814fc9f1894cf6a90.tar.bz2
android_bootable_recovery-4c05d9511298d24b49ab595814fc9f1894cf6a90.tar.lz
android_bootable_recovery-4c05d9511298d24b49ab595814fc9f1894cf6a90.tar.xz
android_bootable_recovery-4c05d9511298d24b49ab595814fc9f1894cf6a90.tar.zst
android_bootable_recovery-4c05d9511298d24b49ab595814fc9f1894cf6a90.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 57ab579b2..416653698 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)
@@ -20,5 +19,4 @@ LOCAL_STATIC_LIBRARIES := libmtdutils
LOCAL_SHARED_LIBRARIES := libcutils libc
include $(BUILD_EXECUTABLE)
-endif # TARGET_ARCH == arm
endif # !TARGET_SIMULATOR