diff options
author | Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org> | 2013-12-31 14:43:20 +0100 |
---|---|---|
committer | Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org> | 2014-01-05 00:15:37 +0100 |
commit | 18a1444b4f1e6a0948fd38fa0de382d86cfe04de (patch) | |
tree | 5fd12e10e50c4056337eea6f5f82063d7937c74f /misc/chattr.c | |
parent | 5fe0b41dba699fa14432a633c863ea8cb7bf3f5d (diff) | |
download | android_external_e2fsprogs-18a1444b4f1e6a0948fd38fa0de382d86cfe04de.tar.gz android_external_e2fsprogs-18a1444b4f1e6a0948fd38fa0de382d86cfe04de.tar.bz2 android_external_e2fsprogs-18a1444b4f1e6a0948fd38fa0de382d86cfe04de.zip |
Add files that would normally be generated by the e2fsprogs build system
Android doesn't run ./configure and friends, so it has to rely on
pre-populated versions of the autogenerated files.
This is somewhat bogus (e.g. hardcoded little-endian reference in
lib/ext2fs/ext2_types.h) and should at some point be fixed, but it's
what Android has always done, not a regression from the 1.41.14 branch.
Also, don't #include config.h which we don't generate (we pass what it
usually contains as -D parameters from Android.mk) anywhere.
Add a new Android.mk file for the quota library.
Change-Id: I162c6327fee5bd06261d9cdcc34bda10f04a6f21
Signed-off-by: Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>
Diffstat (limited to 'misc/chattr.c')
-rw-r--r-- | misc/chattr.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/misc/chattr.c b/misc/chattr.c index 39a60169..3567cfe0 100644 --- a/misc/chattr.c +++ b/misc/chattr.c @@ -20,7 +20,6 @@ #define _LARGEFILE64_SOURCE -#include "config.h" #include <sys/types.h> #include <dirent.h> #include <fcntl.h> |