diff options
Diffstat (limited to 'libcrecovery/Android.mk')
-rw-r--r-- | libcrecovery/Android.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libcrecovery/Android.mk b/libcrecovery/Android.mk index 3d28d970d..d948dd100 100644 --- a/libcrecovery/Android.mk +++ b/libcrecovery/Android.mk @@ -1,7 +1,6 @@ LOCAL_PATH := $(call my-dir) ifneq ($(TARGET_SIMULATOR),true) -ifeq ($(TARGET_ARCH),arm) include $(CLEAR_VARS) LOCAL_SRC_FILES := system.c popen.c @@ -10,4 +9,3 @@ LOCAL_MODULE_TAGS := eng include $(BUILD_STATIC_LIBRARY) endif -endif |