History log of /external/e2fsprogs/util/android_types.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d4e5abfb1bb990a029005c1a801961fc1a0ba866 10-Aug-2016 Adrien Schildknecht <adriens@google.com> libext2fs: replace 'unsigned long' by 'uintptr_t'

This is needed for win64:
sizeof(unsigned long) != sizeof(void*)

Signed-off-by: Adrien Schildknecht <adriens@google.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
/external/e2fsprogs/util/android_types.h
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/android_types.h