aboutsummaryrefslogtreecommitdiffstats
path: root/mtdutils/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mtdutils/Android.mk')
-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