diff options
Diffstat (limited to '')
-rw-r--r-- | mtdutils/Android.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mtdutils/Android.mk b/mtdutils/Android.mk index c75eb0133..1a75423ab 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 |