diff options
Diffstat (limited to '')
-rw-r--r-- | mtdutils/Android.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mtdutils/Android.mk b/mtdutils/Android.mk index 416653698..ef417fa19 100644 --- a/mtdutils/Android.mk +++ b/mtdutils/Android.mk @@ -1,5 +1,3 @@ -ifneq ($(TARGET_SIMULATOR),true) - LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) @@ -18,5 +16,3 @@ LOCAL_MODULE_TAGS := eng LOCAL_STATIC_LIBRARIES := libmtdutils LOCAL_SHARED_LIBRARIES := libcutils libc include $(BUILD_EXECUTABLE) - -endif # !TARGET_SIMULATOR |