summaryrefslogtreecommitdiff
path: root/util/android_config.h
diff options
context:
space:
mode:
authorAdrien Schildknecht <adriens@google.com>2016-11-10 22:34:32 -0800
committerTheodore Ts'o <tytso@mit.edu>2017-05-23 21:30:48 -0400
commit105cdfe5a04608da3858e8b57e4032507bbac5fa (patch)
tree1a9818c1b85c6121545fb67684528fec2df9de74 /util/android_config.h
parent25072b2381c1be08bb852ee85c7d5ffbbe4e017b (diff)
downloade2fsprogs-105cdfe5a04608da3858e8b57e4032507bbac5fa.tar.gz
AOSP: libext2fs: android sparse io manager
Add a new io manager to directly output sparse images. Test: mke2fs [...] -E sparse_file; simg2img system.img system.ext4; e2fsck system.ext4 Change-Id: I41cf8c1b33d359be4f104e03fb4041863214843c From AOSP commit: f9e0f1d4a7cf32c4091eee7d2a1676cac1d17438 Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'util/android_config.h')
-rw-r--r--util/android_config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/android_config.h b/util/android_config.h
index b3fd3042..af370ff8 100644
--- a/util/android_config.h
+++ b/util/android_config.h
@@ -6,6 +6,8 @@
#define ROOT_SYSCONFDIR "/etc"
+#define ENABLE_LIBSPARSE 1
+
#define DISABLE_BACKTRACE 1
#define HAVE_DIRENT_H 1
#define HAVE_ERRNO_H 1