Whamcloud - gitweb
AOSP: e2fsdroid: a tool to create android compatible image
authorAdrien Schildknecht <adriens@google.com>
Wed, 30 Nov 2016 05:36:43 +0000 (21:36 -0800)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 24 May 2017 02:08:44 +0000 (22:08 -0400)
commit974c8483b9f097798a78dbe9cf1c4a10cd1eb9ab
tree98e60aef266bf1f643905eeb87b8df0975f3a0a5
parent9d25d462c671f9b5664f6ae6fa76e0010db68b13
AOSP: e2fsdroid: a tool to create android compatible image

Add an option to generate a block_list file from an existing ext4 or sparse
image.

Test: make_ext4 and e2fsdroid both generate the same list of file.

Change-Id: I5ecc6521797397102904bf510c283dfd50a72721
From AOSP commit: fdc29bee07aef3a379f3ec3ccbaa551ff6500bff

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
contrib/Android.mk
contrib/android/Android.mk [new file with mode: 0644]
contrib/android/block_list.c [new file with mode: 0644]
contrib/android/block_list.h [new file with mode: 0644]
contrib/android/block_range.c [new file with mode: 0644]
contrib/android/block_range.h [new file with mode: 0644]
contrib/android/e2fsdroid.c [new file with mode: 0644]
contrib/android/fsmap.c [new file with mode: 0644]
contrib/android/fsmap.h [new file with mode: 0644]