diff options
Diffstat (limited to '')
-rw-r--r-- | Android.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Android.mk b/Android.mk index cacb6282d..508eb4c64 100644 --- a/Android.mk +++ b/Android.mk @@ -1,5 +1,4 @@ ifneq ($(TARGET_SIMULATOR),true) -ifeq ($(TARGET_ARCH),arm) LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) @@ -76,6 +75,4 @@ include $(commands_recovery_local_path)/updater/Android.mk include $(commands_recovery_local_path)/applypatch/Android.mk commands_recovery_local_path := -endif # TARGET_ARCH == arm endif # !TARGET_SIMULATOR - |