• Bernhard Rosenkränzer's avatar
    Add files that would normally be generated by the e2fsprogs build system · 18a1444b
    Bernhard Rosenkränzer authored
    
    
    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: default avatarBernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>
    18a1444b
crc16.c 3.04 KB