OSDN Git Service

e2fsprogs: Build for host and target
[android-x86/external-e2fsprogs.git] / Android.mk
1 ifneq ($(TARGET_SIMULATOR),true)
2 ifeq ($(TARGET_ARCH),x86)
3 use_e2fsprogs_module_tags := eng
4 include $(call all-subdir-makefiles)
5 else
6 ifeq ($(USE_E2FSPROGS),true)
7 use_e2fsprogs_module_tags :=
8 include $(call all-subdir-makefiles)
9 endif
10 endif
11 endif