OSDN Git Service

Add files that would normally be generated by the e2fsprogs build system
authorBernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>
Tue, 31 Dec 2013 13:43:20 +0000 (14:43 +0100)
committerBernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>
Sat, 4 Jan 2014 23:15:37 +0000 (00:15 +0100)
commit18a1444b4f1e6a0948fd38fa0de382d86cfe04de
tree5fd12e10e50c4056337eea6f5f82063d7937c74f
parent5fe0b41dba699fa14432a633c863ea8cb7bf3f5d
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>
275 files changed:
.gitignore [deleted file]
debugfs/debugfs.c
debugfs/dump.c
debugfs/extent_inode.c
debugfs/filefrag.c
debugfs/htree.c
debugfs/icheck.c
debugfs/logdump.c
debugfs/ls.c
debugfs/lsdel.c
debugfs/ncheck.c
debugfs/set_fields.c
debugfs/unused.c
debugfs/util.c
debugfs/zap.c
e2fsck/Android.mk
e2fsck/argv_parse.c
e2fsck/badblocks.c
e2fsck/crc32.c
e2fsck/crc32table.h [new file with mode: 0644]
e2fsck/dict.c
e2fsck/dirinfo.c
e2fsck/dx_dirinfo.c
e2fsck/e2fsck.c
e2fsck/ea_refcount.c
e2fsck/ehandler.c
e2fsck/emptydir.c
e2fsck/extend.c
e2fsck/flushb.c
e2fsck/iscan.c
e2fsck/jfs_user.h
e2fsck/journal.c
e2fsck/logfile.c
e2fsck/message.c
e2fsck/mtrace.c
e2fsck/pass1.c
e2fsck/pass1b.c
e2fsck/pass2.c
e2fsck/pass3.c
e2fsck/pass4.c
e2fsck/pass5.c
e2fsck/problem.c
e2fsck/problem.h
e2fsck/prof_err.c [new file with mode: 0644]
e2fsck/prof_err.h [new file with mode: 0644]
e2fsck/profile.c
e2fsck/profile_helpers.c
e2fsck/quota.c
e2fsck/recovery.c
e2fsck/region.c
e2fsck/rehash.c
e2fsck/revoke.c
e2fsck/scantest.c
e2fsck/sigcatcher.c
e2fsck/super.c
e2fsck/unix.c
e2fsck/util.c
ext2ed/blockbitmap_com.c
ext2ed/dir_com.c
ext2ed/disk.c
ext2ed/ext2_com.c
ext2ed/file_com.c
ext2ed/general_com.c
ext2ed/group_com.c
ext2ed/init.c
ext2ed/inode_com.c
ext2ed/inodebitmap_com.c
ext2ed/main.c
ext2ed/super_com.c
ext2ed/win.c
lib/blkid/blkid.h [new file with mode: 0644]
lib/blkid/blkid_types.h [new file with mode: 0644]
lib/blkid/cache.c
lib/blkid/dev.c
lib/blkid/devname.c
lib/blkid/devno.c
lib/blkid/getsize.c
lib/blkid/llseek.c
lib/blkid/probe.c
lib/blkid/read.c
lib/blkid/resolve.c
lib/blkid/save.c
lib/blkid/tag.c
lib/blkid/tst_types.c
lib/blkid/version.c
lib/e2p/feature.c
lib/e2p/fgetflags.c
lib/e2p/fgetversion.c
lib/e2p/fsetflags.c
lib/e2p/fsetversion.c
lib/e2p/getflags.c
lib/e2p/getversion.c
lib/e2p/hashstr.c
lib/e2p/iod.c
lib/e2p/ls.c
lib/e2p/mntopts.c
lib/e2p/ostype.c
lib/e2p/parse_num.c
lib/e2p/pe.c
lib/e2p/percent.c
lib/e2p/pf.c
lib/e2p/ps.c
lib/e2p/setflags.c
lib/e2p/setversion.c
lib/e2p/uuid.c
lib/et/com_err.c
lib/et/com_right.c
lib/et/error_message.c
lib/et/et_name.c
lib/et/init_et.c
lib/et/vfprintf.c
lib/ext2fs/Android.mk
lib/ext2fs/alloc.c
lib/ext2fs/alloc_sb.c
lib/ext2fs/alloc_stats.c
lib/ext2fs/alloc_tables.c
lib/ext2fs/badblocks.c
lib/ext2fs/bb_compat.c
lib/ext2fs/bb_inode.c
lib/ext2fs/bitmaps.c
lib/ext2fs/bitops.c
lib/ext2fs/blkmap64_ba.c
lib/ext2fs/blknum.c
lib/ext2fs/block.c
lib/ext2fs/bmap.c
lib/ext2fs/bmove.c
lib/ext2fs/brel_ma.c
lib/ext2fs/check_desc.c
lib/ext2fs/closefs.c
lib/ext2fs/crc16.c
lib/ext2fs/crc32c.c
lib/ext2fs/csum.c
lib/ext2fs/dblist.c
lib/ext2fs/dblist_dir.c
lib/ext2fs/dir_iterate.c
lib/ext2fs/dirblock.c
lib/ext2fs/dirhash.c
lib/ext2fs/dosio.c
lib/ext2fs/dupfs.c
lib/ext2fs/expanddir.c
lib/ext2fs/ext2_err.c [new file with mode: 0644]
lib/ext2fs/ext2_err.h [new file with mode: 0644]
lib/ext2fs/ext2_types.h [new file with mode: 0644]
lib/ext2fs/ext_attr.c
lib/ext2fs/extent.c
lib/ext2fs/fileio.c
lib/ext2fs/finddev.c
lib/ext2fs/flushb.c
lib/ext2fs/freefs.c
lib/ext2fs/gen_bitmap.c
lib/ext2fs/gen_bitmap64.c
lib/ext2fs/get_pathname.c
lib/ext2fs/getsectsize.c
lib/ext2fs/getsize.c
lib/ext2fs/i_block.c
lib/ext2fs/icount.c
lib/ext2fs/imager.c
lib/ext2fs/ind_block.c
lib/ext2fs/initialize.c
lib/ext2fs/inline.c
lib/ext2fs/inode.c
lib/ext2fs/inode_io.c
lib/ext2fs/io_manager.c
lib/ext2fs/irel_ma.c
lib/ext2fs/ismounted.c
lib/ext2fs/link.c
lib/ext2fs/llseek.c
lib/ext2fs/lookup.c
lib/ext2fs/mkdir.c
lib/ext2fs/mkjournal.c
lib/ext2fs/mmp.c
lib/ext2fs/namei.c
lib/ext2fs/native.c
lib/ext2fs/newdir.c
lib/ext2fs/nt_io.c
lib/ext2fs/openfs.c
lib/ext2fs/progress.c
lib/ext2fs/punch.c
lib/ext2fs/qcow2.c
lib/ext2fs/read_bb.c
lib/ext2fs/read_bb_file.c
lib/ext2fs/res_gdt.c
lib/ext2fs/rw_bitmaps.c
lib/ext2fs/swapfs.c
lib/ext2fs/symlink.c
lib/ext2fs/tdb.c
lib/ext2fs/tdbtool.c
lib/ext2fs/test_io.c
lib/ext2fs/tst_badblocks.c
lib/ext2fs/tst_bitmaps.c
lib/ext2fs/tst_bitops.c
lib/ext2fs/tst_byteswap.c
lib/ext2fs/tst_getsectsize.c
lib/ext2fs/tst_getsize.c
lib/ext2fs/tst_inode_size.c
lib/ext2fs/tst_iscan.c
lib/ext2fs/tst_super_size.c
lib/ext2fs/tst_types.c
lib/ext2fs/undo_io.c
lib/ext2fs/unix_io.c
lib/ext2fs/unlink.c
lib/ext2fs/valid_blk.c
lib/ext2fs/version.c
lib/ext2fs/write_bb_file.c
lib/fpopen.c
lib/quota/Android.mk [new file with mode: 0644]
lib/quota/mkquota.c
lib/quota/quotaio.c
lib/quota/quotaio_tree.c
lib/quota/quotaio_v2.c
lib/ss/data.c
lib/ss/error.c
lib/ss/execute_cmd.c
lib/ss/get_readline.c
lib/ss/help.c
lib/ss/invocation.c
lib/ss/list_rqs.c
lib/ss/listen.c
lib/ss/pager.c
lib/ss/parse.c
lib/ss/prompt.c
lib/ss/request_tbl.c
lib/ss/requests.c
lib/ss/test_ss.c
lib/uuid/clear.c
lib/uuid/compare.c
lib/uuid/copy.c
lib/uuid/gen_uuid.c
lib/uuid/gen_uuid_nt.c
lib/uuid/isnull.c
lib/uuid/pack.c
lib/uuid/parse.c
lib/uuid/tst_uuid.c
lib/uuid/unpack.c
lib/uuid/unparse.c
lib/uuid/uuid.h [new file with mode: 0644]
lib/uuid/uuid_time.c
lib/uuid/uuid_types.h [new file with mode: 0644]
misc/badblocks.c
misc/base_device.c
misc/blkid.c
misc/chattr.c
misc/default_profile.c [new file with mode: 0644]
misc/dumpe2fs.c
misc/e2freefrag.c
misc/e2image.c
misc/e2initrd_helper.c
misc/e2label.c
misc/e2undo.c
misc/e4defrag.c
misc/filefrag.c
misc/findsuper.c
misc/fsck.c
misc/ismounted.c
misc/logsave.c
misc/lsattr.c
misc/mke2fs.c
misc/mklost+found.c
misc/partinfo.c
misc/tune2fs.c
misc/util.c
misc/uuidd.c
misc/uuidgen.c
resize/extent.c
resize/main.c
resize/online.c
resize/resize2fs.c
resize/resource_track.c
resize/sim_progress.c
resize/test_extent.c
tests/progs/crcsum.c
tests/progs/hold_inode.c
tests/progs/random_exercise.c
tests/progs/test_icount.c
tests/progs/test_rel.c