Fix compiling for x86 targets

This commit is contained in:
Hiemanshu Sharma
2012-11-21 08:37:58 -06:00
parent 5fface832f
commit 4c11714527
4 changed files with 0 additions and 8 deletions
-2
View File
@@ -1,7 +1,6 @@
LOCAL_PATH := $(call my-dir)
ifneq ($(TARGET_SIMULATOR),true)
ifeq ($(TARGET_ARCH),arm)
include $(CLEAR_VARS)
LOCAL_SRC_FILES := flashutils.c
@@ -153,5 +152,4 @@ LOCAL_SHARED_LIBRARIES := libflashutils libmmcutils libbmlutils libcutils libc
LOCAL_STATIC_LIBRARIES := libmtdutils
include $(BUILD_EXECUTABLE)
endif # TARGET_ARCH == arm
endif # !TARGET_SIMULATOR