aboutsummaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2011-02-08 19:51:07 -0800
committerYing Wang <wangying@google.com>2011-02-08 19:51:07 -0800
commit4c05d9511298d24b49ab595814fc9f1894cf6a90 (patch)
tree3c92e5982f7ffd5dd77ff6a87060c1ca8ef94c38 /Android.mk
parent6da1abbc387d51eb795628fb690d333f10f28408 (diff)
downloadbootable_recovery-4c05d9511298d24b49ab595814fc9f1894cf6a90.zip
bootable_recovery-4c05d9511298d24b49ab595814fc9f1894cf6a90.tar.gz
bootable_recovery-4c05d9511298d24b49ab595814fc9f1894cf6a90.tar.bz2
Fix x86 build.
Change-Id: Iada6268b0a72ee832113ea397334cc7950a37051
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/Android.mk b/Android.mk
index cacb628..508eb4c 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
-