f2fs-tools: define WITH_ANDROID if __ANDROID__ is defined
authorJaegeuk Kim <jaegeuk@kernel.org>
Thu, 16 Nov 2017 23:47:29 +0000 (15:47 -0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Thu, 16 Nov 2017 23:47:29 +0000 (15:47 -0800)
This matches with __ANDROID__ with WITH_ANDROID.

Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
include/f2fs_fs.h

index 05b893a..7221844 100644 (file)
 #include <config.h>
 #endif
 
+#ifdef __ANDROID__
+#define WITH_ANDROID
+#endif
+
 #ifdef WITH_ANDROID
 #include <android_config.h>
 #endif