]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit - CleanSpec.mk
Add files to build on Android
authorTheodore Ts'o <tytso@mit.edu>
Sat, 28 Feb 2015 06:09:06 +0000 (01:09 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 1 Mar 2015 20:45:11 +0000 (15:45 -0500)
commit321f3446f38d429bbfafec2885e7e6a6353cce1f
tree1e8abe04ba3def4669985a6cce348c57c6d39660
parentc379cdc33425cabcce110ae63fbeb5ad9b6ce37f
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>
15 files changed:
Android.mk [new file with mode: 0644]
CleanSpec.mk [new file with mode: 0644]
e2fsck/Android.mk [new file with mode: 0644]
lib/Android.mk [new file with mode: 0644]
lib/blkid/Android.mk [new file with mode: 0644]
lib/e2p/Android.mk [new file with mode: 0644]
lib/et/Android.mk [new file with mode: 0644]
lib/ext2fs/Android.mk [new file with mode: 0644]
lib/quota/Android.mk [new file with mode: 0644]
lib/uuid/Android.mk [new file with mode: 0644]
misc/Android.mk [new file with mode: 0644]
resize/Android.mk [new file with mode: 0644]
util/android_config.h [new file with mode: 0644]
util/android_types.h [new file with mode: 0644]
util/gen-android-files [new file with mode: 0755]