aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Code Review <code-review@android.com>2009-09-14 10:47:29 -0700
committerAndroid Code Review <code-review@android.com>2009-09-14 10:47:29 -0700
commit2364334bcf52a41bbb2bc0fb55ef77149121303a (patch)
treedb745fc6de905d925ab23822f6dd90a36a980ccf
parent713786ef31b80d164af9a23b31b43b2fcc8169ae (diff)
parent5bcf1d8988effd3e7d70c0d8d0b60e06f9ef850a (diff)
downloade2fsprogs-2364334bcf52a41bbb2bc0fb55ef77149121303a.tar.gz
Merge change 9990donut-plus-aosp
* changes: 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