History log of /external/e2fsprogs/util/gen-android-files
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a2143b51605931db28ba3d5f18f06a73c265287b 02-Sep-2016 Theodore Ts'o <tytso@mit.edu> Fix build reproducibility for mk_cmds and compile_et

The mk_cmds and compile_et scripts include the build directory, which
breaks the build reproducibility goal of Debian.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
/external/e2fsprogs/util/gen-android-files
9dd404897d5f3100ed0234d39ea99f8860c1d0a1 15-Mar-2016 Damien Miller <djm@google.com> gen-android-files: create the MODULE_LICENSE_GPL and README.version files

These package version metadata files will be used for automated
notification of external vulnerability reports in Android.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
/external/e2fsprogs/util/gen-android-files
99ceb8ec1acd7f38da289966b9984b3ffa1914a9 13-Jul-2015 Theodore Ts'o <tytso@mit.edu> Move the check_plausibility() function from misc to lib/support

The check_plausibility() function is now used all over the place, so
we should move the plausible.c file to lib/support and remove the
special case handling for that file that had been in the build system.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
/external/e2fsprogs/util/gen-android-files
1dc16b0b95622c5d44cde86e6ab8a835f88ae522 13-Jul-2015 Theodore Ts'o <tytso@mit.edu> Move the profile parsing functions from e2fsck to lib/support

The profile functions started as something specific to e2fsck. It's
now used by mke2fs and e2fsck, so it's better to move it into
libsupport.a.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
/external/e2fsprogs/util/gen-android-files
1bf3f386f389dd16606b00d3920a1847f435b248 12-Jul-2015 Theodore Ts'o <tytso@mit.edu> gen-android-files: implement 'Add MODULE_LICENSE and NOTICE files"

Sync up with aosp's e2fsprogs commits:

e1b2879841453d799dc6077f857c5c9db5e83fee
e64b83185148d359b9b6cc1310172a3c213a61fb
b823193090c770fe79507df2413a825250b1dcd2
9652dd6589d10675573c9a0acc90f6df5ac33397
a5f85097aed09890d03dba31f9d18db75ce50cd7

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
/external/e2fsprogs/util/gen-android-files
beb19fce8adc2cfff18870e6b2d55a496a3f0cd8 26-May-2015 Theodore Ts'o <tytso@mit.edu> Allow debugfs to be built for use in Android

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
/external/e2fsprogs/util/gen-android-files
321f3446f38d429bbfafec2885e7e6a6353cce1f 28-Feb-2015 Theodore Ts'o <tytso@mit.edu> Add files to build on Android

The Android.mk files were taken from the Android AOSP sources, and
updated for the 1.43 next branch. The intention is that this will
allow the repository which is currently located in external/e2fsprogs
with one which is based off of the upstream e2fsprogs. Right now
external/e2fsprogs was not created using "git clone", so it means that
git merges don't work. After the external/e2fsprogs Android
repository is replaced, with one based off the upstream repository,
Android will be able to synchronize with the upstream repository by
pulling and merging from upstream, and then running the script
"./util/gen-android-files" to update any generated files. (This is
necessary because in the Android build system, the Android.mk files
are rather stylized and don't make it easy to run arbitrary shell
scripts during the build phase.)

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
/external/e2fsprogs/util/gen-android-files