Whamcloud - gitweb
tests: add j_recover_csum3_64bit
[tools/e2fsprogs.git] / misc / Android.mk
index d7a2ee1..d960737 100644 (file)
@@ -57,7 +57,7 @@ tune2fs_src_files := \
 tune2fs_c_includes := \
        external/e2fsprogs/e2fsck
 
-tune2fs_cflags := -O2 -g -W -Wall
+tune2fs_cflags := -O2 -g -W -Wall -DNO_RECOVERY
 
 tune2fs_shared_libraries := \
        libext2fs \
@@ -341,6 +341,7 @@ LOCAL_SHARED_LIBRARIES := $(addsuffix -host, $(e4crypt_shared_libraries))
 LOCAL_MODULE := e4crypt_host
 LOCAL_MODULE_STEM := e4crypt
 LOCAL_MODULE_TAGS := optional
+LOCAL_MODULE_HOST_OS := linux
 
 include $(BUILD_HOST_EXECUTABLE)