History log of /system/extras/f2fs_utils/Android.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e8ed69493b7ab6237fb7114343789d3c213d2315 12-Jan-2017 Alex Deymo <deymo@google.com> Convert several libraries to soong.

This patch coverts libfec and its dependencies to soong. This also
updates the name of the libext2_uuid-host library removing the "-host"
suffix as that is also being converted to soong.

Also create a shared library for libfec given that it has quite a few
dependencies.

Bug: 34284069
Test: mmma system/extras; make checkbuild

Change-Id: Ib3ada6420bae32418a02ca92db664d0d24214e2f
/system/extras/f2fs_utils/Android.mk
f417a8d230787bcf62cd259b1da3f4d93bebe3ee 11-Jan-2017 Alex Deymo <deymo@google.com> Remove "_host" and "_static" suffix from libsparse.

Bug: 34220783
Change-Id: I33b2ecafaebe46a45c176d5debe821ec1ecaa25b
/system/extras/f2fs_utils/Android.mk
01252c9a1087b6a09f238f1384d4460f12d41664 13-Feb-2016 Dimitry Ivanov <dimitry@google.com> Add missing liblog dependency

Bug: http://b/27171986
Change-Id: Ifef160cce7f64cd95ceb121e1c311e52352174c4
/system/extras/f2fs_utils/Android.mk
879785074ca93e13896ce364a45eb5cc17081c4a 03-Feb-2016 Dan Albert <danalbert@google.com> Fix warnings in system/extras.

Bug: http://b/26936282
Change-Id: I1b9c6c9bb06944c32abcb871279d056eea0fb11a
/system/extras/f2fs_utils/Android.mk
2c9aef173f714b6892a9c27463ddf410288d2f1c 09-Jan-2016 Colin Cross <ccross@android.com> Make f2fs_ioutils depend on libselinux

f2fs_ioutils uses selinux headers, add a dependency on libselinux.

Change-Id: I0dd983532c8899ccc6d7f56241e642b5add3f14a
/system/extras/f2fs_utils/Android.mk
c5250dbccc217b984e141d99dc4b36d4bcf152c3 10-Dec-2015 Alex Deymo <deymo@google.com> Rename libext2 host libraries to standard suffix.

libext2_uuid_host was renamed to libext2_uuid-host to match the
"-host" suffix used in most libraries.

Bug: 24619596
TEST=m

Change-Id: Ia417e1e65fa7ee54baac1007c057fe2571bf8196
/system/extras/f2fs_utils/Android.mk
b1c010d64b97131cf87bdf1968962f12458bc247 15-Aug-2014 Daniel Rosenberg <drosen@google.com> Android.mk: Remove false dependency on host os

Bug: 15749466
Change-Id: Idca63cf0ddc84462485cdd266d473a32833fed74
Signed-off-by: Daniel Rosenberg <drosen@google.com>
/system/extras/f2fs_utils/Android.mk
02e662508d7c6b96df94154b2fdf9c8f2c348690 13-Aug-2014 Daniel Rosenberg <drosen@google.com> f2fsutils: Added support for sparse f2fs representations

Bug: 15749466
Change-Id: I27b386e708e04d449fe460d1f9be553b438c9156
Signed-off-by: Daniel Rosenberg <drosen@google.com>
/system/extras/f2fs_utils/Android.mk
48604ada64f3651c2c3f337373775a36d7de39ba 25-Jun-2014 JP Abgrall <jpa@google.com> f2fs_utils: make Mac builds happy (copy out mkf2fsuserimg.sh)


Change-Id: I8f911f2d084aee08f3f53da984d5c3d2a252cb05
Signed-off-by: JP Abgrall <jpa@google.com>
/system/extras/f2fs_utils/Android.mk
5e2dc248acc52aec6aea33d2268fdf38d45cf21b 18-Jun-2014 JP Abgrall <jpa@google.com> f2fs utils: set correct dependency on dynamic libf2fs

Don't link against it anymore.
Just let dlopen() deal with it correctly.
The "config" struct will come from the f2fs_ioutils
and libf2fs_fmt_host expects to have it global, so let
link with -rdynamic and let dlopen() resolve it.

Be more aggressive with linux-only builds.

Bug: 15717498
Change-Id: I03ebebed1fc652170b44f809df42c1f8595216eb
Signed-off-by: JP Abgrall <jpa@google.com>
/system/extras/f2fs_utils/Android.mk
136c149632302337df2d225bb85ee3db3d7e1971 16-Jun-2014 JP Abgrall <jpa@google.com> f2fs utils: Add mkf2fsuserimg.sh and make_f2fs

This is used to generate empty userdata.img files.
Normally, "fastboot format userdata" should be used.

Caveats:
- It only builds an empty sparse image.
- windows/mac unsupported

Change-Id: I5fbd9724fdd3f4513e7c91f123fc5fffcb475012
Signed-off-by: JP Abgrall <jpa@google.com>
/system/extras/f2fs_utils/Android.mk
a27df8772ff82d999a592fcfa54b52a994432c53 12-Jun-2014 JP Abgrall <jpa@google.com> f2fs_utils: provide sparse io and dynamic load.

This uses
external/f2fs-tools LGPL v2.1

It provides low-level IO functions that f2fs-tools/mkfs expects
for writing to the media. In this case we use the sparse lib.

Change-Id: I8d141a0d4d14df9fe84d3b131484e9696fcd8870
Signed-off-by: JP Abgrall <jpa@google.com>
/system/extras/f2fs_utils/Android.mk