aboutsummaryrefslogtreecommitdiffstats
path: root/mtdutils
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2008-12-17 18:03:49 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2008-12-17 18:03:49 -0800
commitff3d93821e22588ce607c17252334ca2d9ca54a4 (patch)
treee806acbb6f71dbdafc09df3bc0d8a0a4ae1b7905 /mtdutils
parent23580ca27a0a8109312fdd36cc363ad1f4719889 (diff)
downloadbootable_recovery-ff3d93821e22588ce607c17252334ca2d9ca54a4.zip
bootable_recovery-ff3d93821e22588ce607c17252334ca2d9ca54a4.tar.gz
bootable_recovery-ff3d93821e22588ce607c17252334ca2d9ca54a4.tar.bz2
Code drop from //branches/cupcake/...@124589
Diffstat (limited to 'mtdutils')
-rw-r--r--mtdutils/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/mtdutils/Android.mk b/mtdutils/Android.mk
index c75eb01..1a75423 100644
--- a/mtdutils/Android.mk
+++ b/mtdutils/Android.mk
@@ -1,4 +1,5 @@
ifneq ($(TARGET_SIMULATOR),true)
+ifeq ($(TARGET_ARCH),arm)
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
@@ -18,4 +19,5 @@ LOCAL_STATIC_LIBRARIES := libmtdutils
LOCAL_SHARED_LIBRARIES := libcutils libc
include $(BUILD_EXECUTABLE)
+endif # TARGET_ARCH == arm
endif # !TARGET_SIMULATOR