OSDN Git Service

e2fsprogs: Build if TARGET_ARCH is x86.
[android-x86/external-e2fsprogs.git] / Android.mk
1 ifneq ($(TARGET_SIMULATOR),true)
2 ifeq ($(TARGET_ARCH),x86)
3 include $(call all-subdir-makefiles)
4 endif
5 endif