aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChia-I Wu <olvaffe@gmail.com>2009-05-18 14:18:12 +0800
committerChia-I Wu <olvaffe@gmail.com>2009-05-19 10:30:57 +0800
commit5bcf1d8988effd3e7d70c0d8d0b60e06f9ef850a (patch)
treedb745fc6de905d925ab23822f6dd90a36a980ccf
parentdc0a7f5a93b503e6992a7974cf1f18b9c65a8af4 (diff)
downloade2fsprogs-5bcf1d8988effd3e7d70c0d8d0b60e06f9ef850a.tar.gz
e2fsprogs: Build if TARGET_ARCH is x86.
-rw-r--r--Android.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index e71cf086..f9bd91cd 100644
--- a/Android.mk
+++ b/Android.mk
@@ -1,3 +1,5 @@
ifneq ($(TARGET_SIMULATOR),true)
-# include $(call all-subdir-makefiles)
+ifeq ($(TARGET_ARCH),x86)
+include $(call all-subdir-makefiles)
+endif
endif